mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
fix z-index for embed (show embed modal in front of video js)
This commit is contained in:
parent
44095ee19c
commit
641ee66e59
@ -857,6 +857,7 @@
|
|||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
z-index: 999;
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user