Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 45863ab

Browse files
Core: Min height for empty toolbars. Fixes #6258.
1 parent c061f2c commit 45863ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/structure/jquery.mobile.core.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ div.ui-mobile-viewport {
175175
border-style: solid;
176176
position: relative;
177177
}
178+
.ui-header:empty,
179+
.ui-footer:empty {
180+
min-height: 2.6875em;
181+
}
178182
.ui-header .ui-title,
179183
.ui-footer .ui-title {
180184
font-size: 1em;

0 commit comments

Comments
 (0)