Skip to content

Commit 022d8e5

Browse files
author
scottjehl
committed
brought back the width: 100% to fixed toolbars, which generally makes the fullscreen bars behave again. If one adds padding to the toolbars in a custom setting, they'll need to adjust the width accordingly. Fixes jquery-archive#3678
1 parent 18f4b32 commit 022d8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/structure/jquery.mobile.fixedToolbar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.ui-footer-fixed {
44
left: 0;
55
right: 0;
6+
width: 100%;
67
position: fixed;
78
z-index: 1000;
89
}

0 commit comments

Comments
 (0)