UX: Fix mobile toggle positioning in iOS app

This commit is contained in:
Penar Musaraj 2020-05-07 19:35:12 -04:00
parent 34fd9dff66
commit 96964d690b
1 changed files with 4 additions and 0 deletions

View File

@ -276,12 +276,16 @@
background: $tertiary;
color: $secondary;
z-index: 3;
margin-bottom: env(safe-area-inset-bottom);
:not(.rtl) & {
right: 16px;
}
.rtl & {
left: 16px;
}
body.footer-nav-visible & {
bottom: 49px;
}
}
#d-toc > ul {
:not(.rtl) & {