"backface-visibility: hidden" workaround for a browser bug

This commit is contained in:
tophf 2017-04-13 15:06:43 +03:00
parent e6f2034e64
commit 4bc27db3fc

View File

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