fix z-index for embed (show embed modal in front of video js)

This commit is contained in:
Yiannis Christodoulou 2025-09-22 22:40:48 +03:00
parent 44095ee19c
commit 641ee66e59
2 changed files with 2 additions and 1 deletions

View File

@ -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