Skip to content

Commit

Permalink
brought back the width: 100% to fixed toolbars, which generally makes…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
scottjehl committed Mar 6, 2012
1 parent 18f4b32 commit 022d8e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/structure/jquery.mobile.fixedToolbar.css
Expand Up @@ -3,6 +3,7 @@
.ui-footer-fixed {
left: 0;
right: 0;
width: 100%;
position: fixed;
z-index: 1000;
}
Expand Down

0 comments on commit 022d8e5

Please sign in to comment.