From ab6001c068a9b5fe1e4c55f8762a9bafa4175889 Mon Sep 17 00:00:00 2001 From: aignatov-bio Date: Wed, 25 Mar 2020 12:56:01 +0100 Subject: [PATCH] Fix scroll --- app/assets/stylesheets/themes/main_navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/main_navigation.scss b/app/assets/stylesheets/themes/main_navigation.scss index faeca060b..b1eaaf331 100644 --- a/app/assets/stylesheets/themes/main_navigation.scss +++ b/app/assets/stylesheets/themes/main_navigation.scss @@ -314,7 +314,7 @@ height: auto; margin-top: 0; max-height: calc(100vh - 50px); - overflow: scroll; + overflow: auto; padding-bottom: 0; padding-top: 0; width: 100%;