don't blindly and inconsistently kill scrollbars

pull/446/merge
Matthew Hodgson 2015-09-24 00:19:40 +02:00
parent 1901fdf889
commit a5a6a35122
1 changed files with 1 additions and 10 deletions

View File

@ -34,15 +34,6 @@ h2 {
margin-bottom: 16px;
}
/* FIXME: show them on hoverover, and fix for firefox */
::-webkit-scrollbar {
display: none;
}
html {
overflow: -moz-scrollbars-none;
}
.mx_ContextualMenu_background {
position: fixed;
top: 0;
@ -153,4 +144,4 @@ html {
font-weight: bold;
font-size: 20px;
line-height: 1.4;
}
}