Removing the shadows from the dropdown menus? I tried some CSS in the comments but it didn't work.

11 points · 1 comments · view on lemmy.world

1 Comments

TheTwelveYearOld@lemmy.world · 0 pts · 2y

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;
}