fix: content displayed on bottom of mobile viewport when TOC is active (#1489)

* Remove TOC margin bottom for mobile
This commit is contained in:
Sakti Kr Chourasia 2019-05-18 13:07:18 +05:30 committed by Endi
parent 1587810e8f
commit c052b6acd8

View file

@ -2019,6 +2019,7 @@ input::placeholder {
right: 0; right: 0;
top: 148px; top: 148px;
z-index: 10; z-index: 10;
margin-bottom: 0;
} }
.tocActive .singleRowMobileNav .onPageNav { .tocActive .singleRowMobileNav .onPageNav {