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
@@ -857,6 +857,7 @@
display: table;
width: 100%;
min-height: 40px;
z-index: 999;
> * {
display: table-cell;
+1 -1
View File
File diff suppressed because one or more lines are too long