Skip to content

Commit 35ab808

Browse files
committed
Mobile left menu fix
1 parent 0f6c98d commit 35ab808

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/src/scss/parts/main.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ main {
128128
padding: 0;
129129
height: 100%;
130130
min-height: unset;
131+
max-height: unset;
132+
overflow-x: unset;
131133
@include themify($themes) {
132134
background-color: themed('background-light');
133135
box-shadow: 5px 5px 7px -6px themed('background-highlight');
@@ -148,6 +150,7 @@ main {
148150
overflow-y: auto;
149151
scrollbar-width: none;
150152
-ms-overflow-style: none;
153+
padding-bottom: 1rem;
151154
}
152155

153156
.mobile-trigger {

0 commit comments

Comments
 (0)