From c504f2a64c11f6742c9d1249c17e69ed604f0116 Mon Sep 17 00:00:00 2001 From: Miguel Serrano Date: Tue, 27 Oct 2020 11:51:07 +0100 Subject: [PATCH] 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 --- services/web/frontend/stylesheets/app/editor.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/app/editor.less b/services/web/frontend/stylesheets/app/editor.less index f6c8d46755..9e59f566be 100644 --- a/services/web/frontend/stylesheets/app/editor.less +++ b/services/web/frontend/stylesheets/app/editor.less @@ -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) {