diff --git a/res/css/views/elements/_InviteReason.scss b/res/css/views/elements/_InviteReason.scss index 04b157640f..2c2e5687e6 100644 --- a/res/css/views/elements/_InviteReason.scss +++ b/res/css/views/elements/_InviteReason.scss @@ -25,7 +25,10 @@ limitations under the License. .mx_InviteReason_view { display: none; position: absolute; - inset: 0; + top: 0; + bottom: 0; + left: 0; + right: 0; justify-content: center; align-items: center; cursor: pointer;