Open kenz-gelsoft opened 1 week ago
popup.css
@media (-moz-platform: linux) or (-moz-platform: windows) {
/* To account for the box-shadow below */
--panel-shadow-margin: 4px;
}
I want to find an upstreamable solution
-moz-platform CSS media query is
Splitted from https://github.com/kenz-gelsoft/gecko-dev/issues/77
We can't create complex shape popups with alpha channel reasonably.
Work around ugly visual by changing styles for them.