Merge pull request #18780 from nextcloud/bugfix/18779/safari_madness
Tell Safari to watch out for changes of filter
This commit is contained in:
commit
edd957140a
|
@ -875,6 +875,7 @@ $outter-margin: ($popoveritem-height - $popovericon-size) / 2;
|
||||||
right: 0;
|
right: 0;
|
||||||
filter: drop-shadow(0 1px 3px var(--color-box-shadow));
|
filter: drop-shadow(0 1px 3px var(--color-box-shadow));
|
||||||
display: none;
|
display: none;
|
||||||
|
will-change: filter;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
|
|
Loading…
Reference in New Issue