mirror of
https://github.com/safing/web
synced 2025-04-12 23:19:09 +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
|
@ -28,4 +28,13 @@
|
|||
.header-two-container .header-bg {
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #6c86ff80;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue