Correct mobile nav classes
This commit is contained in:
parent
ea31316fd8
commit
ef4d860828
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -243,7 +243,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
transition: all 0.4s ease-out;
|
transition: all 0.4s ease-out;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
#gh-head .gh-container {
|
#gh-head .gh-head-inner {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
@ -312,7 +312,7 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
|
||||||
z-index: 900;
|
z-index: 900;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.gh-head-open #gh-head .gh-container {
|
.gh-head-open #gh-head .gh-head-inner {
|
||||||
grid-template-rows: auto 1fr auto;
|
grid-template-rows: auto 1fr auto;
|
||||||
}
|
}
|
||||||
.gh-head-open #gh-head .gh-head-actions,
|
.gh-head-open #gh-head .gh-head-actions,
|
||||||
|
|
Loading…
Reference in New Issue