Commit 7db9cc3b by Daniel Lee Committed by GitHub

Merge pull request #11796 from alexanderzobnin/fix-11710

scroll: fix scrolling on mobile Chrome
parents 14bb7832 83d59967
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment