scroll: remove firefox scrollbars

pull/11796/head
Alexander Zobnin 7 years ago
parent 64283408ee
commit 83d599670d
  1. 3
      public/sass/pages/_dashboard.scss

@ -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 {

Loading…
Cancel
Save