mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
visual fixes, remove error
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
body {
|
||||
background: white;
|
||||
scrollbar-color: rgb(96 165 250) transparent;
|
||||
scrollbar-color: rgb(132, 186, 251) transparent;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
@@ -26,12 +26,11 @@ body {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
visibility: visible;
|
||||
width: 5px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
background-color: rgb(96 165 250);
|
||||
background-color: rgb(132, 186, 251);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user