From 058dfbb0fd5d058e31ee627dff0527b3f4d41664 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Mon, 3 Apr 2017 09:05:21 +0100 Subject: Fixed user profile tabs causing the page to scroll Closes #30338 --- app/assets/stylesheets/pages/profile.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss index 703c5fc8869..8c6dd392865 100644 --- a/app/assets/stylesheets/pages/profile.scss +++ b/app/assets/stylesheets/pages/profile.scss @@ -230,6 +230,14 @@ font-size: 0; } + .fade-right { + right: 0; + } + + .fade-left { + left: 0; + } + @media (max-width: $screen-xs-max) { .cover-block { padding-top: 20px; -- cgit v1.2.3