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

@@ -39,6 +39,19 @@ select {
white-space: nowrap;
text-align: center;
&::-webkit-scrollbar {
width: 0.5em;
}
&::-webkit-scrollbar-track {
background-color: transparent;
border-left: 1px solid @primary;
}
&::-webkit-scrollbar-thumb {
background-color: @primary-disabled;
}
.select-group {
line-height: 1.5em;
text-align: left;