From fdf4235383413efb1f93d0886cb65130d785d540 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Mon, 26 Jul 2021 17:35:41 +0300 Subject: [PATCH] Profile / Members: Fix z-index for floating Add Member button (#1327) --- src/components/right/Profile.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/right/Profile.scss b/src/components/right/Profile.scss index 2406a7727..9150e28c0 100644 --- a/src/components/right/Profile.scss +++ b/src/components/right/Profile.scss @@ -42,6 +42,10 @@ } } } + + .FloatingActionButton { + z-index: 1; + } } .shared-media { @@ -131,8 +135,4 @@ } } } - - .FloatingActionButton { - z-index: 1; - } }