UX: Fix mobile toggle positioning in iOS app
This commit is contained in:
parent
34fd9dff66
commit
96964d690b
|
@ -276,12 +276,16 @@
|
||||||
background: $tertiary;
|
background: $tertiary;
|
||||||
color: $secondary;
|
color: $secondary;
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
|
margin-bottom: env(safe-area-inset-bottom);
|
||||||
:not(.rtl) & {
|
:not(.rtl) & {
|
||||||
right: 16px;
|
right: 16px;
|
||||||
}
|
}
|
||||||
.rtl & {
|
.rtl & {
|
||||||
left: 16px;
|
left: 16px;
|
||||||
}
|
}
|
||||||
|
body.footer-nav-visible & {
|
||||||
|
bottom: 49px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#d-toc > ul {
|
#d-toc > ul {
|
||||||
:not(.rtl) & {
|
:not(.rtl) & {
|
||||||
|
|
Loading…
Reference in New Issue