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 {
|
.main-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 80vh;
|
min-height: calc(100vh - var(--header-height));
|
||||||
|
|
||||||
[data-mode='dark'] & {
|
[data-mode='dark'] & {
|
||||||
background-color: var(--dm-color-08);
|
background-color: var(--dm-color-08);
|
||||||
|
|
Loading…
Add table
Reference in a new issue