From 4bc27db3fc4baeaebbc0a875121973a1825f9632 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 13 Apr 2017 15:06:43 +0300 Subject: [PATCH] "backface-visibility: hidden" workaround for a browser bug --- manage.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manage.css b/manage.css index a71894e3..5faa7ec9 100644 --- a/manage.css +++ b/manage.css @@ -357,6 +357,8 @@ summary { /* unprefixed since Chrome 53 */ -webkit-filter: grayscale(1); filter: grayscale(1); + /* workaround for the buggy CSS filter: images in the hidden overflow are shown on Mac */ + backface-visibility: hidden; opacity: .25; display: none; }