add scrollbar styling
This commit is contained in:
parent
9f059f63fe
commit
b761ba6971
1 changed files with 12 additions and 0 deletions
|
@ -11,3 +11,15 @@
|
|||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
html {
|
||||
scrollbar-color: hsl(var(--bc) / 0.4) transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: hsl(var(--bc) / 0.4);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue