-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix: New Tab Menu Not Displayed During Fullscreen Video Playback #9838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Fix: New Tab Menu Not Displayed During Fullscreen Video Playback #9838
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont think exiting fullscreen is the best option to be honest. Maybe we should see why it isnt showing in the first place.
This reverts commit d0b3393.
…reen-video-playback
I tweaked the css that hides the sidebar when the browser is in fullscreen mode. Let me know if you think this is the correct approach. Screencast.From.2025-08-11.15-39-43.webm |
…reen-video-playback
…reen-video-playback
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should always open in floating mode if it's fullscreen
Fixes #5229 by exiting fullscreen mode when opening the new tab menu.