vinceliuice / WhiteSur-firefox-theme

Mac OS Safari theme for Firefox on Linux
MIT License
360 stars 19 forks source link

Can't scrolling on select element in Firefox 113.0.2 (64-bit) #26

Open ilhamprabuzakys opened 1 year ago

ilhamprabuzakys commented 1 year ago

Video : https://github.com/vinceliuice/WhiteSur-firefox-theme/assets/68785569/97937dee-e2cc-4561-872b-41569903b15d

ilhamprabuzakys commented 1 year ago

https://github.com/vinceliuice/WhiteSur-firefox-theme/assets/68785569/fc466423-b59a-4532-ab6d-865d62c0b532

jcavalin commented 1 year ago

I get a workaround for it. I didn't identify any issue with this change so far.

Add this to the customChrome.css in your firefox-themes folder:

arrowscrollbox.menupopup-arrowscrollbox {
    height: 100%;
}

box.scrollbox-clip > scrollbox {
    padding-right: 10px;
}

Don't forget to restart your browser. If you find any problem just remove it and restart it again.

yashoswalyo commented 12 months ago

@jcavalin Thank's adding this fixed my issue