provide full view height for video dragging

This commit is contained in:
Jeremy Kauffman 2019-10-03 11:57:29 -04:00 committed by Sean Yesmunt
parent 6411548d74
commit 8adb7ffb56

View file

@ -1,6 +1,6 @@
.main-wrapper {
position: relative;
min-height: 80vh;
min-height: calc(100vh - var(--header-height));
[data-mode='dark'] & {
background-color: var(--dm-color-08);