From 5d10bff7e810af49591a3178214546ad725a1e20 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 9 Jan 2020 14:42:32 +0100 Subject: [PATCH] Tell Safari to watch out for changes of filter aka attempt no. 1 to fix #18779 Signed-off-by: Georg Ehrke --- core/css/apps.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/apps.scss b/core/css/apps.scss index 6c2f98765f..076e4a556a 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -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%;