Fix zindex on mobile menu

This commit is contained in:
John O'Nolan 2019-11-10 17:48:46 +07:00
parent 9fac3beb29
commit c01b79fb04
3 changed files with 3 additions and 2 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

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