##// END OF EJS Templates
append Firefox overflow-x fix
juhasch -
Show More
@@ -22,7 +22,7 b''
22 22 overflow-x: auto;
23 23 }
24 24
25 @-moz-document {
25 @-moz-document url-prefix() {
26 26 /* Firefox does weird and terrible things (#3549) when overflow-x is auto */
27 27 /* It doesn't respect the overflow setting anyway, so we can workaround it with this */
28 28 .CodeMirror-scroll {
General Comments 0
You need to be logged in to leave comments. Login now