Fix mobile menu overlapping Portal popup

fixes #784
This commit is contained in:
Sodbileg Gansukh 2021-03-22 11:38:03 +08:00
parent 18ceb822dd
commit e34e2e3e0a
3 changed files with 3 additions and 3 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

@ -467,7 +467,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
right: 0;
bottom: 0;
left: 0;
z-index: 9999999;
z-index: 3999999;
overflow-y: scroll;
}
.gh-head-open #gh-head .gh-head-inner {