Tfirefoxcss·[dormant] Firefox CSSbyTheTwelveYearOld Removing the shadows from the dropdown menus? I tried some CSS in the comments but it didn't work.View original on lemmy.world11Comments1
TTheTwelveYearOld lemmy.worldThis 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; } 0
This is the CSS I tried: