provide full view height for video dragging
This commit is contained in:
parent
6411548d74
commit
8adb7ffb56
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue