Skip to content

Commit 44cfedb

Browse files
toddparkerscottjehl
authored andcommitted
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
1 parent 3b217fc commit 44cfedb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* fixed page header & footer configuration */
22
.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; }
3-
.ui-page .ui-header-fixed { top: 0px; position: fixed; }
4-
.ui-page .ui-footer-fixed { bottom: 0px; position: fixed; }
3+
.ui-page .ui-header-fixed { top: 0px; position: fixed; z-index: 1000; }
4+
.ui-page .ui-footer-fixed { bottom: 0px; position: fixed; z-index: 1000; }
5+
56
.ui-footer-duplicate, .ui-page-fullscreen .ui-fixed-inline { display: none; }
67
.ui-page-fullscreen .ui-header, .ui-page-fullscreen .ui-footer { opacity: .9; }

0 commit comments

Comments
 (0)