scrollbar: use native scroll for page

This commit is contained in:
Daniel Lee
2018-04-11 14:30:39 +02:00
parent 63dab4ffe4
commit 25ec7b5b02
6 changed files with 50 additions and 17 deletions

View File

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

View File

@@ -106,22 +106,16 @@
opacity: 0.9;
}
// Srollbars
// Scrollbars
//
// ::-webkit-scrollbar {
// width: 8px;
// height: 8px;
// }
// ::-webkit-scrollbar:hover {
// height: 8px;
// }
::-webkit-scrollbar {
// Hide system scrollbar (Mac OS X)
width: 0;
height: 0;
width: 8px;
height: 8px;
}
::-webkit-scrollbar:hover {
height: 8px;
}
::-webkit-scrollbar-button:start:decrement,