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

Firefox CSS

73 readers
1 users here now

Chat with us!

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

Links

Related

founded 2 years ago
MODERATORS
 
top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 1 year 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;
}