mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #10105 from overleaf/ii-rich-text-scroll-bar
[web] Scroll bar invisible in rich text mode GitOrigin-RevId: 48ffabb207dbecf73eb6b00b2cf5b6047d9539a7
This commit is contained in:
parent
82c6484ca1
commit
3cccec6d48
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue