fix: wrong padding for single row mobile nav (#1191)

This commit is contained in:
Marvin Chin 2019-01-24 13:42:16 +08:00 committed by Yangshun Tay
parent d5fd15ecbe
commit 4ce7ae2c98
2 changed files with 26 additions and 1 deletions

View file

@ -1317,6 +1317,10 @@ input::placeholder {
z-index: 99;
}
.singleRowMobileNav.navPusher {
padding-top: 50px;
}
.navPusher:after {
background: rgba(0, 0, 0, 0.4);
content: '';
@ -2006,6 +2010,10 @@ input::placeholder {
z-index: 10;
}
.tocActive .singleRowMobileNav .onPageNav {
top: 98px;
}
.tocActive .navToggle,
.tocActive .navBreadcrumb h2 {
visibility: hidden;