set max height to 100lvh instead of 100svh

This commit is contained in:
Sudev Kiyada 2025-07-29 10:27:49 +05:30
parent 6ecd86cc2c
commit c6eaf27fb1
Failed to extract signature

View file

@ -296,7 +296,7 @@
}
.embedded-scroller-video-container {
max-height: 100svh;
max-height: 100lvh;
overflow: hidden;
}
</style>