mirror of
https://github.com/jsmorabito/obsidian-commander.git
synced 2026-07-22 06:40:31 +00:00
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:
parent
3df5067e82
commit
a6e9a972b2
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
position: sticky !important;
|
||||
z-index: 5;
|
||||
margin-bottom: var(--at-offset);
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.mobile-toolbar-spacer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue