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

This commit is contained in:
Alexander Zobnin 2018-04-12 14:23:47 +03:00
commit 31e5c1fa1f
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@
.graph-legend-scroll {
position: relative;
overflow: auto !important;
padding: 1px;
}
.graph-legend-icon {

View File

@ -28,6 +28,7 @@
width: 100%;
overflow: auto;
height: 100%;
-webkit-overflow-scrolling: touch;
&--dashboard {
height: calc(100% - 56px);