Skip to content

Commit 8ed986b

Browse files
committed
Fix for 1px jitter on fixed footer that occurs during scroll, in several browsers.
1 parent 51b0677 commit 8ed986b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/structure/jquery.mobile.fixedToolbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
top: 0;
1111
}
1212
.ui-footer-fixed {
13-
bottom: 0;
13+
bottom: -1px;
14+
padding-bottom: 1px;
1415
}
1516
.ui-header-fullscreen,
1617
.ui-footer-fullscreen {

0 commit comments

Comments
 (0)