fix: Video Xblock - position dropdown menus relative to control bar height

This commit is contained in:
Stanislav Lunyachek
2025-10-14 16:59:38 +03:00
committed by Adolfo R. Brandes
parent 101e69d78b
commit 0d6c8339b1

View File

@@ -485,7 +485,7 @@
transition: none;
position: absolute;
display: none;
bottom: calc((var(--baseline, 20px) * 2));
bottom: 100%;
right: 0;
width: 120px;
margin: 0;
@@ -598,7 +598,7 @@
transition: none;
display: none;
position: absolute;
bottom: calc((var(--baseline, 20px) * 2));
bottom: 100%;
right: 0;
width: 41px;
height: 120px;