Browse Source

scroll: fix scrolling on mobile Chrome (#11710)

Alexander Zobnin 7 years ago
parent
commit
64283408ee
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/sass/pages/_dashboard.scss

+ 2 - 0
public/sass/pages/_dashboard.scss

@@ -45,6 +45,8 @@ div.flot-text {
   height: calc(100% - 27px);
   position: relative;
   overflow: hidden;
+  // Fixes scrolling on mobile devices
+  overflow-y: scroll;
 }
 
 .panel-title-container {