mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-31 02:32:37 +00:00
Add webkit no scrollbars to navs
This commit is contained in:
@@ -45,3 +45,7 @@ p {
|
||||
margin-bottom: 1.5em;
|
||||
line-height: $base-line-height-content;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display:none;
|
||||
}
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
&::-webkit-scrollbar {
|
||||
display:none;
|
||||
}
|
||||
&.navigation-open {
|
||||
transition: transform .3s ease-in-out;
|
||||
transform: translateX(0px);
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user