custom scrollbar
This commit is contained in:
parent
4824d9d104
commit
0b6bb58195
1 changed files with 8 additions and 1 deletions
|
@ -56,7 +56,14 @@
|
|||
text-wrap: balance;
|
||||
color: var(--col-01);
|
||||
}
|
||||
title, style, script {
|
||||
*::-webkit-scrollbar {
|
||||
background-color: #80808000;
|
||||
width: 5px;
|
||||
height: 8px;
|
||||
}
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background: #ccc;
|
||||
}
|
||||
display: none;
|
||||
}
|
||||
body {
|
||||
|
|
Loading…
Add table
Reference in a new issue