We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4419887 commit 87bcf59Copy full SHA for 87bcf59
src/core/components/searchbar/searchbar.less
@@ -106,7 +106,11 @@
106
background: transparent;
107
}
108
.navbar .searchbar.searchbar-expandable {
109
- --f7-searchbar-expandable-size: var(--f7-navbar-height);
+ --f7-searchbar-expandable-size: calc(var(--f7-navbar-height) + var(--f7-safe-area-top));
110
+ .searchbar-inner {
111
+ top: var(--f7-safe-area-top);
112
+ height: calc(100% - var(--f7-safe-area-top));
113
+ }
114
115
.toolbar .searchbar.searchbar-expandable {
116
--f7-searchbar-expandable-size: var(--f7-toolbar-height);
0 commit comments