Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [data-role=page]{height: 100% !important; position:relative !important;}
- [data-role=footer]{bottom:0; position:absolute !important; top: auto !important; width:100%;}
- /*!
- jQuery Mobile fixedtoolbar polyfill for blacklisted browsers that don't natively support position:fixed
- Author @scottjehl
- Copyright 2012 Filament Group, Inc.
- License Dual MIT or GPLv2
- */
- .ui-fixed-faux.ui-header-fixed,
- .ui-fixed-faux.ui-footer-fixed {
- position: absolute;
- }
- .ui-header-fixed.ui-fixed-hidden.ui-fixed-faux {
- top: 0 !important;
- }
- .ui-footer-fixed.ui-fixed-hidden.ui-fixed-faux {
- bottom: 0 !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment