• @TheTwelveYearOldOP
    link
    English
    111 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;
    }
    
    • @MrOtherGuyM
      link
      111 months ago

      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.