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

Commit 3d6c0f3

Browse files
Navbar: Fixes #4663 - Persistent navbar broken on scroll, Chrome for android. Thanks @mmavko 👍
1 parent aedd742 commit 3d6c0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ui-navbar { max-width: 100%; }
22
.ui-navbar.ui-mini { margin: 0; }
3-
.ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow:hidden; }
3+
.ui-navbar ul { list-style:none; margin: 0; padding: 0; position: relative; display: block; border: 0; max-width: 100%; overflow: visible; }
44
.ui-navbar li .ui-btn { display: block; text-align: center; margin: 0 -1px 0 0; border-right-width: 0; }
55
.ui-navbar li .ui-btn-icon-right .ui-icon { right: 6px; }
66

0 commit comments

Comments
 (0)