mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-01 13:23:12 +00:00
16 lines
236 B
SCSS
16 lines
236 B
SCSS
@import "defaults";
|
|
@import "variables";
|
|
|
|
::-webkit-scrollbar {
|
|
width: $padding-8;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: transparent;
|
|
border-radius: $padding-8;
|
|
}
|
|
|
|
:hover::-webkit-scrollbar-thumb {
|
|
background: $gray-500;
|
|
}
|