try to hide ugly scrollbars on win & lin

pull/1/head
Matthew Hodgson 2015-07-18 19:05:49 +01:00
parent 5a12a4a1a3
commit 5b83974edd
1 changed files with 9 additions and 0 deletions

View File

@ -34,6 +34,15 @@ h2 {
margin-bottom: 16px;
}
/* FIXME: show them on hoverover, and fix for firefox */
::-webkit-scrollbar {
display: none;
}
html {
overflow: -moz-scrollbars-none;
}
.mx_Dialog_Background {
position: fixed;
top: 0;