Remove hack for outdated IE 6 browser

The `mask()` isn't valid in CSS.
This commit is contained in:
Chocobo1 2022-02-09 18:52:58 +08:00
parent 610009fb7f
commit f12ce78b5c
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -192,7 +192,7 @@ div.mochaToolbarWrapper.bottom {
.zIndexFix {
border: 1px solid transparent;
display: block;
filter: mask();
/*filter: mask();*/
height: 100px;
left: 0;
position: absolute;