jquery-mobile/css/structure/jquery.mobile.headerfooter.css
Todd Parker 44cfedbe83 Added z-index to toolbars to keep lists and other content form sitting on top
TODO: Make sure popups and custom selects open over the fixed toolbars
2011-12-05 22:31:43 +07:00

7 lines
542 B
CSS

/* fixed page header & footer configuration */
.ui-header, .ui-footer, .ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { position: absolute; overflow: hidden; width: 100%; border-left-width: 0; border-right-width: 0; }
.ui-page .ui-header-fixed { top: 0px; position: fixed; z-index: 1000; }
.ui-page .ui-footer-fixed { bottom: 0px; position: fixed; z-index: 1000; }
.ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
.ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { opacity: .9; }