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

Commit 6aa1146

Browse files
Demos: Getting rid of the vertical scrollbar on the page. Fixes #6024.
1 parent 5c793cd commit 6aa1146

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/_assets/css/jqm-demos.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,9 @@ h2.jqm-home-widget {
638638
}
639639

640640
/* Footer */
641-
.ui-page .jqm-footer{
641+
.ui-page .jqm-footer {
642642
position:absolute;
643+
bottom: 0;
643644
}
644645
.jqm-footer {
645646
overflow: hidden;

0 commit comments

Comments
 (0)