From acf414e4517434d8847e842930c697b168d94cde Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 21 Nov 2018 07:38:00 +0300 Subject: changed the way tab-switcher works to avoid removing/adding nodes since that seems to cause issues, instead hiding nodes with css. --- src/components/tab_switcher/tab_switcher.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/components/tab_switcher/tab_switcher.scss') diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index 6f3f9f27..4740fbde 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -1,6 +1,11 @@ @import '../../_variables.scss'; .tab-switcher { + .contents { + .hidden { + display: none; + } + } .tabs { display: flex; position: relative; -- cgit v1.2.3-70-g09d2