From a6e9a972b25a04bb59a679ec18c7e1dc56e17118 Mon Sep 17 00:00:00 2001 From: Kevin Woo <3469532+kevinawoo@users.noreply.github.com> Date: Thu, 12 Jun 2025 00:48:02 -0700 Subject: [PATCH] fix: additional mobile toolbar space issue in 1.9.0 On iOS, the fix introduced in #158, didn't actually fix it for me. This resolves the issue for me on iOS, Obsidian v1.9.1 (207) --- src/styles/advanced-toolbar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/advanced-toolbar.scss b/src/styles/advanced-toolbar.scss index 4363063..8aa0b81 100644 --- a/src/styles/advanced-toolbar.scss +++ b/src/styles/advanced-toolbar.scss @@ -16,6 +16,7 @@ position: sticky !important; z-index: 5; margin-bottom: var(--at-offset); + padding-bottom: 0 !important; } .mobile-toolbar-spacer {