mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
feat(components): index page components
This commit is contained in:
12
src/assets/styles/_scroll.scss
Normal file
12
src/assets/styles/_scroll.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: var(--scroll-color);
|
||||
transition: background-color 0.1s;
|
||||
}
|
||||
Reference in New Issue
Block a user