forked from mystiq/hydrogen-web
don't use grid to put lightbox on top, as it broke again in IE11
This commit is contained in:
parent
83d54351b1
commit
7bf02f42b7
1 changed files with 5 additions and 6 deletions
|
@ -111,12 +111,11 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.lightbox {
|
.lightbox {
|
||||||
/* cover left and middle panel, not status view
|
position: absolute;
|
||||||
use numeric positions because named grid areas
|
top: 0;
|
||||||
are not present in mobile layout */
|
bottom: 0;
|
||||||
grid-area: 2 / 1 / 3 / 3;
|
left: 0;
|
||||||
/* this should not be necessary, but chrome seems to have a bug when there are scrollbars in other grid items,
|
right: 0;
|
||||||
it seems to put the scroll areas on top of the other grid items unless they have a z-index */
|
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue