mirror of https://github.com/vector-im/riot-web
try to hide ugly scrollbars on win & lin
parent
5a12a4a1a3
commit
5b83974edd
|
@ -34,6 +34,15 @@ h2 {
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME: show them on hoverover, and fix for firefox */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
overflow: -moz-scrollbars-none;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_Dialog_Background {
|
.mx_Dialog_Background {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue