mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-19 23:51:56 +00:00
13 lines
183 B
SCSS
13 lines
183 B
SCSS
@import "defaults";
|
|
@import "variables";
|
|
|
|
// MS
|
|
body {
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
}
|
|
|
|
// Future
|
|
.book-menu nav {
|
|
scrollbar-color: transparent var(--gray-500);
|
|
}
|