UI Tweaks, scrolling fixes and improvements

This commit is contained in:
Colin McLeod
2015-07-02 20:42:46 -07:00
parent ad8130ae9b
commit bdc1e622f9
6 changed files with 70 additions and 40 deletions

View File

@@ -84,6 +84,19 @@ header {
-webkit-overflow-scrolling: touch;
max-height: 500px;
&::-webkit-scrollbar {
width: 0.5em;
}
&::-webkit-scrollbar-track {
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: @warning-disabled;
}
.smallTablet({
max-height: 400px;
left: 0;