Kaynağa Gözat

Merge pull request #11796 from alexanderzobnin/fix-11710

scroll: fix scrolling on mobile Chrome
Daniel Lee 7 yıl önce
ebeveyn
işleme
7db9cc3bf0
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      public/sass/pages/_dashboard.scss

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

@@ -44,7 +44,8 @@ div.flot-text {
   padding: $panel-padding;
   height: calc(100% - 27px);
   position: relative;
-  overflow: hidden;
+  // Fixes scrolling on mobile devices
+  overflow: auto;
 }
 
 .panel-title-container {