mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
profile: Fix glitch when exiting custom profile display UI.
Tweaked by tabbott to add a brief comment explaining the issue. Fixes: #9702.
This commit is contained in:
committed by
Tim Abbott
parent
0b9d4fbb06
commit
ed7373febb
@@ -1225,6 +1225,8 @@ input[type=checkbox].inline-block {
|
||||
}
|
||||
|
||||
.modal.fade {
|
||||
/* Ensure the modal is entirely off-screen while we fade the background */
|
||||
top: -50%;
|
||||
-webkit-transition: opacity 0.3s linear;
|
||||
-moz-transition: opacity 0.3s linear;
|
||||
-o-transition: opacity 0.3s linear;
|
||||
|
||||
Reference in New Issue
Block a user