bug fixes

This commit is contained in:
David Ralph
2020-08-27 11:49:30 +01:00
parent 736a589b59
commit 92495ce6ce
8 changed files with 24 additions and 22 deletions

View File

@@ -13,6 +13,8 @@
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
scrollbar-width: thin;
scrollbar-color: #34495e #bdc3c7;
&:focus {
outline: 0;
@@ -183,4 +185,14 @@
width: 100%;
height: auto;
}
}
::-webkit-scrollbar {
width: 5px;
background: #bdc3c7;
height: auto;
}
::-webkit-scrollbar-thumb {
background: #34495e;
}

View File

@@ -69,16 +69,6 @@ input {
}
}
::-webkit-scrollbar {
width: 5px;
background: #bdc3c7;
height: auto;
}
::-webkit-scrollbar-thumb {
background: #34495e;
}
h4,
.switch,
.expandIcons {