Sync: implement menu toggle functionality to manage body overflow state
This commit is contained in:
@@ -493,6 +493,10 @@ p:last-child { margin-bottom: 0; }
|
||||
z-index: 99;
|
||||
padding: 5rem 2rem 2rem;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
body.menu-open {
|
||||
overflow: hidden;
|
||||
}
|
||||
.site-nav.open .nav-menu {
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user