@@ -79,6 +79,7 @@
.graph-legend-scroll {
position: relative;
overflow: auto !important;
+ padding: 1px;
}
.graph-legend-icon {
@@ -28,6 +28,7 @@
width: 100%;
overflow: auto;
height: 100%;
+ -webkit-overflow-scrolling: touch;
&--dashboard {
height: calc(100% - 56px);