From d6f7cb469c95af95791984eabeb301028962e22b Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 22 Nov 2018 05:13:09 +0300 Subject: [PATCH] small tab-switcher tweak --- src/components/tab_switcher/tab_switcher.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index bd93e988..9fd9d905 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -34,6 +34,10 @@ border-bottom-right-radius: 0; padding: 5px 1em 99px; + &:hover { + z-index: 6; + } + &:not(.active) { z-index: 4;