Improve scrollbar

This commit is contained in:
Peter Maquiran
2021-06-14 13:33:46 +01:00
parent 9f598ac157
commit 0dff00c6a2
+3 -32
View File
@@ -751,40 +751,11 @@ ion-icon{
}
@media only screen and (min-width: 300px) {
@media only screen and (max-width: 500px) {
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: rgb(92, 92, 92);
width: 5px !important;
height: 5px !important;
}
}