From 3cccec6d48ba276423ab9dfb06a88c2774750d55 Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Fri, 21 Oct 2022 14:35:30 +0300 Subject: [PATCH] Merge pull request #10105 from overleaf/ii-rich-text-scroll-bar [web] Scroll bar invisible in rich text mode GitOrigin-RevId: 48ffabb207dbecf73eb6b00b2cf5b6047d9539a7 --- services/web/frontend/stylesheets/vendor/codemirror.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/vendor/codemirror.css b/services/web/frontend/stylesheets/vendor/codemirror.css index c7a8ae7047..1caaa8a0fd 100644 --- a/services/web/frontend/stylesheets/vendor/codemirror.css +++ b/services/web/frontend/stylesheets/vendor/codemirror.css @@ -181,7 +181,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;} flickering artifacts. */ .CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler { position: absolute; - z-index: 6; + z-index: 7; display: none; } .CodeMirror-vscrollbar {