"backface-visibility: hidden" workaround for a browser bug
This commit is contained in:
parent
e6f2034e64
commit
4bc27db3fc
|
@ -357,6 +357,8 @@ summary {
|
||||||
/* unprefixed since Chrome 53 */
|
/* unprefixed since Chrome 53 */
|
||||||
-webkit-filter: grayscale(1);
|
-webkit-filter: grayscale(1);
|
||||||
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;
|
opacity: .25;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user