this post was submitted on 23 Nov 2023
0 points (50.0% liked)

Firefox CSS

65 readers
1 users here now

Chat with us!

Post your unsupported Firefox customizations here!
From the makers of r/FirefoxCSS

Links

Related

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 11 months ago

This is the CSS I tried:

.menupopup-arrowscrollbox, .menupopup-arrowscrollbox::part(content), &::part(content) {
	box-shadow: none !important;
    border: none !important;
}

menupopup, panel {
    --panel-shadow: none !important;
}

menupopup > menu {
    box-shadow: none !important;
}