Avoid Chrome rendering bug

This commit is contained in:
Jordan Eldredge 2017-11-15 21:08:26 -08:00
parent e94f86e0aa
commit 210635983e
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,8 @@
#winamp2-js #equalizer-window {
height: 116px;
width: 275px;
/* Work around rendering bug with clip-path */
-webkit-transform: translateZ(0);
}
#winamp2-js #equalizer-window.shade {

View file

@ -9,6 +9,10 @@
image-rendering: -webkit-optimize-contrast; /* Safari */
image-rendering: pixelated; /* Only in Chrome > 40 */
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
/* Work around rendering bug with clip-path */
-webkit-transform: translateZ(
0
);
}
#winamp2-js #loading {