Skip to content

Commit 0d6c833

Browse files
Lunyachekarbrandes
authored andcommitted
fix: Video Xblock - position dropdown menus relative to control bar height
1 parent 101e69d commit 0d6c833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmodule/static/css-builtin-blocks/VideoBlockDisplay.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
transition: none;
486486
position: absolute;
487487
display: none;
488-
bottom: calc((var(--baseline, 20px) * 2));
488+
bottom: 100%;
489489
right: 0;
490490
width: 120px;
491491
margin: 0;
@@ -598,7 +598,7 @@
598598
transition: none;
599599
display: none;
600600
position: absolute;
601-
bottom: calc((var(--baseline, 20px) * 2));
601+
bottom: 100%;
602602
right: 0;
603603
width: 41px;
604604
height: 120px;

0 commit comments

Comments
 (0)