diff --git a/skins/base/css/common.css b/skins/base/css/common.css index 1f34d5ac8f..485c768f96 100644 --- a/skins/base/css/common.css +++ b/skins/base/css/common.css @@ -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;