Fix: remove unused important

This commit is contained in:
eight 2020-02-01 17:49:07 +08:00
parent f167e62b86
commit 73868f1a93

View File

@ -1116,7 +1116,7 @@ input[id^="manage.newUI"] {
width: 100%;
height: 100vh;
border: 0;
z-index: 2147483647 !important;
z-index: 2147483647;
background-color: hsla(0, 0%, 0%, .45);
animation: fadein .25s ease-in-out;
}