Fix for issue 57: highlight all instances of a selected word.
This commit is contained in:
parent
b903679c1c
commit
b6e136201d
4 changed files with 45 additions and 2 deletions
|
|
@ -143,3 +143,8 @@
|
|||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.ace_marker-layer .ace_selected_word {
|
||||
position: absolute;
|
||||
z-index: 6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue