From 79544e789d183e4023c7d41722b3aaabea62b12b Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Mon, 26 Nov 2018 18:47:21 +0100 Subject: [PATCH] Fix support menu for Safari [SCI-2885] --- app/assets/stylesheets/themes/menu_bar.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/menu_bar.scss b/app/assets/stylesheets/themes/menu_bar.scss index d15cf3643..3e47b3569 100644 --- a/app/assets/stylesheets/themes/menu_bar.scss +++ b/app/assets/stylesheets/themes/menu_bar.scss @@ -6,11 +6,10 @@ box-shadow: 1px 3px 6px 0 $color-alto; height: 100%; left: 0; - overflow-x: hidden; + padding-bottom: 50px; position: fixed; width: 83px; z-index: 1001; - padding-bottom: 50px; .scroll-wrapper { height: 100%;