Fix issue where video takes over much of the clickable area of the page if it hasn't loaded the playlist yet

pull/244/head
ElementalAlchemist 3 years ago committed by Christopher Usher
parent 5e60344522
commit 5c06a3ae8d

@ -82,6 +82,7 @@ a,
#video { #video {
width: 100%; width: 100%;
max-height: 50vh; max-height: 50vh;
overflow: hidden;
} }
/* START BLOCK /* START BLOCK

Loading…
Cancel
Save