feat: Improved styling for native MacOS popovers and fixed anchor positions, b=no-bug, c=workflows, media, common, folders

This commit is contained in:
mr. m
2026-02-27 12:54:41 +01:00
parent 16b898f4e0
commit 22fd6133f1
7 changed files with 10 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ panel[type="arrow"]:not(#feature-callout) {
}
@media (-moz-platform: macos) {
&[followanchor="false"] {
&:where([followanchor="false"], [nonnativepopover="true"]) {
appearance: auto !important;
-moz-default-appearance: menupopup;
/* We set the default background here, rather than on ::part(content),