Commit 31e5c1fa by Alexander Zobnin

Merge remote-tracking branch 'upstream/11053-remove-native-scrollbar' into…

Merge remote-tracking branch 'upstream/11053-remove-native-scrollbar' into 11053-remove-native-scrollbar
parents 74c10515 d4398479
...@@ -79,6 +79,7 @@ ...@@ -79,6 +79,7 @@
.graph-legend-scroll { .graph-legend-scroll {
position: relative; position: relative;
overflow: auto !important; overflow: auto !important;
padding: 1px;
} }
.graph-legend-icon { .graph-legend-icon {
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
width: 100%; width: 100%;
overflow: auto; overflow: auto;
height: 100%; height: 100%;
-webkit-overflow-scrolling: touch;
&--dashboard { &--dashboard {
height: calc(100% - 56px); height: calc(100% - 56px);
......
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