mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3320 from overleaf/hb-spellcheck-visibility-on-current-line
Add z-index to spellcheck highlight to make it always visible in some themes GitOrigin-RevId: 5e29ec5ddb6dd40d908e6c044f529edbcf0dd615
This commit is contained in:
parent
04c35c5a34
commit
c504f2a64c
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ Ace
|
|||
height: 100%;
|
||||
}
|
||||
.spelling-highlight {
|
||||
z-index: 3;
|
||||
position: absolute;
|
||||
background-image: url(/img/spellcheck-underline.png);
|
||||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
||||
|
|
Loading…
Reference in a new issue