Fix layer scrolling

This commit is contained in:
lukasmartinelli
2016-09-09 12:08:33 +02:00
parent 1ae5594d9a
commit 4ad0d09cee
4 changed files with 32 additions and 8 deletions

12
src/scrollbars.scss Normal file
View File

@@ -0,0 +1,12 @@
.darkScrollbar::-webkit-scrollbar {
background-color: #313131;
width: 10px;
}
.darkScrollbar::-webkit-scrollbar-thumb {
border-radius: 6px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #555;
padding-left: 2px;
padding-right: 2px;
}