luci-theme-bootstrap: z-index fixes

Lower z-index of header bar to allow tooltips and dropdowns to overlap it,
also increase the z-index of open dropdowns to ensure that they cover
active tooltip bubbles.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-11-05 18:07:42 +01:00
parent 207fc0121e
commit 48181051ef

View file

@ -770,7 +770,7 @@ header {
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
z-index: 10000; z-index: 800;
overflow: visible; overflow: visible;
color: #BFBFBF; color: #BFBFBF;
} }
@ -1451,7 +1451,7 @@ footer {
border: 1px solid #918e8c; border: 1px solid #918e8c;
box-shadow: 0 0 4px #918e8c; box-shadow: 0 0 4px #918e8c;
position: absolute; position: absolute;
z-index: 1000; z-index: 1100;
max-width: none; max-width: none;
min-width: 100%; min-width: 100%;
width: auto; width: auto;