mirror of
https://github.com/safing/web
synced 2025-04-17 01:19:08 +00:00
Add styled scrollbar from PR #250
This commit is contained in:
parent
30402a591b
commit
21b8c15f8f
1 changed files with 10 additions and 1 deletions
|
@ -29,3 +29,12 @@
|
|||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #6c86ff80;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue