mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 14:22:27 +02:00
fix: content displayed on bottom of mobile viewport when TOC is active (#1489)
* Remove TOC margin bottom for mobile
This commit is contained in:
parent
1587810e8f
commit
c052b6acd8
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue