Commit 64283408 by Alexander Zobnin

scroll: fix scrolling on mobile Chrome (#11710)

parent 1f21b3e2
......@@ -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 {
......
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