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; - } }