|
|
@@ -1,16 +1,15 @@ |
|
|
|
::-webkit-scrollbar {
|
|
|
|
width:6px;
|
|
|
|
height:6px
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background:#dee2e6
|
|
|
|
width:8px;
|
|
|
|
height:10px
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
|
background:#f5f5f5
|
|
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
|
background:#dee2e6
|
|
|
|
}
|
|
|
|
* {
|
|
|
|
font-size:14px;
|
|
|
|
scrollbar-color:#dee2e6 #f5f5f5;
|
|
|
|
scrollbar-width:thin
|
|
|
|
}
|
|
|
|
body {
|
|
|
|