mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-30 06:00:26 +01:00
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:
parent
128ef20c47
commit
94fe62aff4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user