this post was submitted on 23 Nov 2023
2 points (66.7% liked)

Firefox CSS

63 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
[–] TheTwelveYearOld 0 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;
}