Skip to content

Commit be3f008

Browse files
committed
nav.js: hide CM scrollbars and scroll border
1 parent d207e6b commit be3f008

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

assets/nav.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,13 @@
6363
html.dark-pre body { background:#1a1a2e !important; }
6464
pre#code-pre { display:none !important; }
6565
.syntax-block { display:none !important; }
66+
.CodeMirror-scroll { border:none !important; background:transparent !important; }
67+
.CodeMirror-hscrollbar, .CodeMirror-vscrollbar { display:none !important; }
6668
6769
pre#code-pre { display:none !important; }
6870
.syntax-block { display:none !important; }
71+
.CodeMirror-scroll { border:none !important; background:transparent !important; }
72+
.CodeMirror-hscrollbar, .CodeMirror-vscrollbar { display:none !important; }
6973
7074
#site-nav {
7175
border-bottom: 1px solid #e0e0e0;

0 commit comments

Comments
 (0)