scroll: fix scrolling on mobile Chrome (#11710)

(cherry picked from commit 64283408ee)
This commit is contained in:
Alexander Zobnin
2018-05-07 09:29:40 +02:00
committed by Marcus Efraimsson
parent e4d9c886d7
commit 3daaf37d6a
+2
View File
@@ -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 {