Fixed mobile navbar height

This commit is contained in:
Sodbileg Gansukh 2022-12-16 12:33:11 +08:00
parent 115d1d820c
commit 5259d551f5
3 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -778,10 +778,9 @@ production stylesheet in assets/built/screen.css
.gh-head-open #gh-head {
position: fixed;
right: 0;
left: 0;
inset: 0;
z-index: 3999999;
height: 100vh;
height: 100%;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}