From 490cb7831862fc5b7ba59b65780a27a773edff38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 16 Jun 2015 13:50:18 +0200 Subject: [PATCH] Modified flexbox for IE11 --- app/styles/modules/user-settings/user-profile.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/styles/modules/user-settings/user-profile.scss b/app/styles/modules/user-settings/user-profile.scss index 38eff6c2..1c10d313 100644 --- a/app/styles/modules/user-settings/user-profile.scss +++ b/app/styles/modules/user-settings/user-profile.scss @@ -17,12 +17,10 @@ width: 100%; } .overlay { - align-content: center; align-items: center; background: rgba($blackish, .8); bottom: 0; display: flex; - justify-content: center; left: 0; position: absolute; right: 0; @@ -32,9 +30,8 @@ .loading-spinner { @extend %loading-spinner; border: 0; - flex-grow: 0; - max-height: 3rem; - max-width: 3rem; + min-height: 3rem; + min-width: 3rem; transform-origin: center center; } p {