[Glitch] Remove fade-in animation from modals in web UI

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Eugen Rochko
2020-11-21 23:54:36 +01:00
committed by Thibaut Girka
parent 4dab236690
commit 3d970faeb1
2 changed files with 4 additions and 16 deletions

View File

@ -4,8 +4,6 @@
.modal-root {
position: relative;
transition: opacity 0.3s linear;
will-change: opacity;
z-index: 9999;
}