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 {
width: 100%;
max-height: 50vh;
overflow: hidden;
}
/* START BLOCK

Loading…
Cancel
Save