scroll: remove firefox scrollbars

(cherry picked from commit 83d599670d)
This commit is contained in:
Alexander Zobnin
2018-05-07 09:29:49 +02:00
committed by Marcus Efraimsson
parent 3daaf37d6a
commit fe108270bb
+1 -2
View File
@@ -44,9 +44,8 @@ div.flot-text {
padding: $panel-padding;
height: calc(100% - 27px);
position: relative;
overflow: hidden;
// Fixes scrolling on mobile devices
overflow-y: scroll;
overflow: auto;
}
.panel-title-container {