Skip to content
Snippets Groups Projects
Unverified Commit edd95714 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #18780 from nextcloud/bugfix/18779/safari_madness

Tell Safari to watch out for changes of filter
parents 3f477629 cfdf12d8
No related branches found
No related tags found
No related merge requests found
......@@ -875,6 +875,7 @@ $outter-margin: ($popoveritem-height - $popovericon-size) / 2;
right: 0;
filter: drop-shadow(0 1px 3px var(--color-box-shadow));
display: none;
will-change: filter;
&:after {
bottom: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment