From 11bf89305a70234364b79d37084e3cd5d141c7ad Mon Sep 17 00:00:00 2001 From: ElementalAlchemist Date: Thu, 4 Nov 2021 22:22:33 -0500 Subject: [PATCH] Fix video overflowing player area --- thrimbletrimmer/styles/thrimbletrimmer.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/thrimbletrimmer/styles/thrimbletrimmer.css b/thrimbletrimmer/styles/thrimbletrimmer.css index 3906bf8..047fc70 100644 --- a/thrimbletrimmer/styles/thrimbletrimmer.css +++ b/thrimbletrimmer/styles/thrimbletrimmer.css @@ -82,7 +82,6 @@ a, #video { width: 100%; max-height: 50vh; - overflow: hidden; } /* START BLOCK @@ -120,7 +119,7 @@ a, * so the size of the video is reduced by the progress bar height here. */ #video .vjs-tech { - height: calc(50vh - 33px); + height: calc(100% - 33px); } #clip-bar {