Fixed issues with other scrollbars
This commit is contained in:
parent
450a954b9d
commit
ef930400c8
1 changed files with 5 additions and 1 deletions
6
Moonlight/wwwroot/assets/css/blazor.css
vendored
6
Moonlight/wwwroot/assets/css/blazor.css
vendored
|
@ -69,5 +69,9 @@
|
|||
|
||||
|
||||
.single-color-scrollbar::-webkit-scrollbar-thumb {
|
||||
background-color: #6964E4;
|
||||
background: #6964E4;
|
||||
}
|
||||
|
||||
.single-color-scrollbar::-webkit-scrollbar-thumb:hover {
|
||||
background: #6964E4;
|
||||
}
|
Loading…
Add table
Reference in a new issue