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

Commit cfdad1d

Browse files
Fixed toolbars: Prevent the content padding adjustments for fullscreen from being applied to popups.
1 parent c5f411c commit cfdad1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/structure/jquery.mobile.fixedToolbar.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
.ui-page-footer-fixed {
3535
padding-bottom: 2.6875em;
3636
}
37-
.ui-page-header-fullscreen .ui-content,
38-
.ui-page-footer-fullscreen .ui-content {
37+
.ui-page-header-fullscreen > .ui-content,
38+
.ui-page-footer-fullscreen > .ui-content {
3939
padding: 0;
4040
}
4141
.ui-fixed-hidden {

0 commit comments

Comments
 (0)