Fix video player displaying a vertical scrollbar when context menu outside player container (#6075)

Horizontal overflow is already being hidden to fix an issue returning from fullscreen.
This commit makes it so vertical overflow is hidden too in case the context menu is made visible but reaches outside the video player container.
This commit is contained in:
a0kami 2024-11-03 07:31:40 +01:00 committed by GitHub
parent 128ef20c47
commit 94fe62aff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,8 +12,9 @@
/*
Fixes the seek bar thumbnails causing a horizontal scroll bar
to appear after exiting full screen and full window.
But also vertically in case context menu overflows.
*/
overflow-x: hidden;
overflow: hidden;
}
.player {