fix: play embed videos on Lesson Form

This commit is contained in:
Jannat Patel
2025-07-22 14:11:29 +05:30
parent 09d6d99b14
commit 4d150cb323

View File

@@ -714,17 +714,6 @@ iframe {
width: 100%;
}
.cdx-block.embed-tool::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1000;
}
:root {
--plyr-range-fill-background: white;
--plyr-video-control-background-hover: transparent;