mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This properly vertically centers the deactivation modal in the user settings section by setting the top to 50% and the transform to -50% (50% of the height of the actual modal). This is an alternate solution to #7888, which just removes the animation, breaking the normal modal behavior.