set max height to 100lvh instead of 100svh
This commit is contained in:
parent
6ecd86cc2c
commit
c6eaf27fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.embedded-scroller-video-container {
|
.embedded-scroller-video-container {
|
||||||
max-height: 100svh;
|
max-height: 100lvh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue