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

Commit

Permalink
Navbar: Fixes #4663 - Persistent navbar broken on scroll, Chrome for …
Browse files Browse the repository at this point in the history
…android. Thanks @mmavko 👍
  • Loading branch information
jaspermdegroot committed Aug 30, 2012
1 parent aedd742 commit 3d6c0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.navbar.css
@@ -1,6 +1,6 @@
.ui-navbar { max-width: 100%; }
.ui-navbar.ui-mini { margin: 0; }
.ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow:hidden; }
.ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow: visible; }
.ui-navbar li .ui-btn { display: block; text-align: center; margin: 0 -1px 0 0; border-right-width: 0; }
.ui-navbar li .ui-btn-icon-right .ui-icon { right: 6px; }

Expand Down

0 comments on commit 3d6c0f3

Please sign in to comment.