From 94436c1f858dc0fcd8a876df202241fb96f029cc Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 29 May 2020 13:39:30 +0300 Subject: [PATCH] fixed tab not hiding --- src/components/tab_switcher/tab_switcher.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index 2a36473199..d2ef485702 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -148,7 +148,7 @@ .hidden { display: none; } - .full-height { + .full-height:not(.hidden) { height: 100%; display: flex; flex-direction: column;