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

Tell Safari to watch out for changes of filter
This commit is contained in:
Roeland Jago Douma 2020-01-09 20:01:33 +01:00 committed by GitHub
commit edd957140a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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%;