From 96964d690bb14d81f730ae064cb30053134b3213 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Thu, 7 May 2020 19:35:12 -0400 Subject: [PATCH] UX: Fix mobile toggle positioning in iOS app --- common/common.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common.scss b/common/common.scss index ba86970..6bc65af 100644 --- a/common/common.scss +++ b/common/common.scss @@ -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) & {