You must log in or register to comment.
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; }
You cannot use
::part()
selectors in userChrome.css - they just don’t work. Also, if you use macOS with native menus then the shadow is from the native menus and will not be affected by any css.