From 72d71e022a938d129801906ce8e6ee80612dd9a0 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 24 Jan 2020 11:59:43 +1100 Subject: [PATCH] fix position of delete account modal --- stylesheets/_session.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 891303e0c..80bd66717 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -1348,6 +1348,17 @@ input { } } +.session-confirm-wrapper { + position: absolute; + height: 100%; + width: 100%; + display: flex; + + .session-modal { + margin: auto auto; + } +} + button.module-scroll-down { &__button { background-color: $session-shade-6;