Make sure the elements behind the alert notification are clickable after animation
This commit is contained in:
parent
89c8add4f4
commit
f57837aea7
File diff suppressed because one or more lines are too long
|
|
@ -62,6 +62,7 @@
|
|||
opacity: 1
|
||||
}
|
||||
100% {
|
||||
opacity: 0
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue