Fixed height in smaller scrollbar

This commit is contained in:
kmaasrud
2021-08-30 08:46:39 +02:00
committed by GitHub
parent 77fe07ba75
commit 4033c46aa2

View File

@@ -7,5 +7,4 @@
.CodeMirror-hscrollbar,
::-webkit-scrollbar {
width: 3px;
height: 3px;
}
}