feat: custom scroll bar
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #ddd;
|
||||
border-radius: 4px;
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
background: transparent;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
}
|
||||
:root{
|
||||
/* border radius */
|
||||
--br:8px;
|
||||
Reference in New Issue
Block a user