Skip to content

Commit

Permalink
fix: content displayed on bottom of mobile viewport when TOC is active (
Browse files Browse the repository at this point in the history
#1489)

* Remove TOC margin bottom for mobile
  • Loading branch information
shakcho authored and endiliey committed May 18, 2019
1 parent 1587810 commit c052b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docusaurus-1.x/lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2019,6 +2019,7 @@ input::placeholder {
right: 0;
top: 148px;
z-index: 10;
margin-bottom: 0;
}

.tocActive .singleRowMobileNav .onPageNav {
Expand Down

0 comments on commit c052b6a

Please sign in to comment.