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)
This commit is contained in:
Kevin Woo 2025-06-12 00:48:02 -07:00 committed by GitHub
parent 3df5067e82
commit a6e9a972b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@
position: sticky !important;
z-index: 5;
margin-bottom: var(--at-offset);
padding-bottom: 0 !important;
}
.mobile-toolbar-spacer {