Применяя "перспективу" к элементу html, мой mix-blend-mode, кажется, игнорируется Firefox.
html {
perspective: 800px; /* causing the issue */
}
div {
color: #fff;
background: linear-gradient(to bottom, #000, orange);
mix-blend-mode: screen;
}
В чем проблема? Я использую Firefox 40.