scroll: fix scrolling on mobile Chrome (#11710)
(cherry picked from commit 64283408ee)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user