mirror of https://github.com/zulip/zulip.git
styles: Exempt visibility from overlay show transition.
This fixes a failure to give focus to a newly shown overlay. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
cd9a9908ca
commit
07bca27fbc
|
@ -289,7 +289,7 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
transition-timing-function: ease-out;
|
transition: opacity 0.2s ease-out;
|
||||||
|
|
||||||
.overlay-content {
|
.overlay-content {
|
||||||
transform: translateY(0px);
|
transform: translateY(0px);
|
||||||
|
|
Loading…
Reference in New Issue