diff --git a/src/app/core-ui/mobile-bottom-nav/mobile-bottom-nav.component.scss b/src/app/core-ui/mobile-bottom-nav/mobile-bottom-nav.component.scss index aae070fc5..1fef0b9fa 100644 --- a/src/app/core-ui/mobile-bottom-nav/mobile-bottom-nav.component.scss +++ b/src/app/core-ui/mobile-bottom-nav/mobile-bottom-nav.component.scss @@ -86,6 +86,12 @@ } } +// iOS-specific: remove double safe-area padding +// Body already handles safe area, so nav doesn't need its own +:host-context(.isIOS) .mobile-bottom-nav { + padding-bottom: 0; +} + // Material Design touch target improvements .nav-button, .add-task-button {