ajayyy / SponsorBlock

Skip YouTube video sponsors (browser extension)
https://sponsor.ajay.app
GNU General Public License v3.0
9.99k stars 321 forks source link

Chapter Name Autocomplete Menu Overflowing Off-Screen #2032

Open PasttaTypo opened 3 months ago

PasttaTypo commented 3 months ago

The auto-complete suggestions that appear while adding chapter names in the submission menu overflow off the video player and disappear behind the watch page columns below. The box containing title suggestions should appear a couple of pixels beneath the relevant text input box, but instead is being pushed down further out of view as more chapters are added to submit. This happens in any player size; theater, full-screen or default.

Occurs on Firefox & Vivaldi, SB v. 5.6

ajayyy commented 3 months ago

Screenshot?

PasttaTypo commented 3 months ago

Screenshot 2024-06-09 022001

PasttaTypo commented 5 days ago

@ajayyy .sbSelector { position: absolute } Seems to be the issue. I set position: unset in Stylus and while it's ugly and not a real fix, it keeps the suggestions box connected to the bottom of an active input field.

. position: absolute

position: unset

image

Here's what's going on in devtools