aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-05-29 13:39:30 +0300
committerHenry Jameson <me@hjkos.com>2020-05-29 13:39:30 +0300
commit94436c1f858dc0fcd8a876df202241fb96f029cc (patch)
tree9b7815cfc286e0ded4568b17f54f34e5287ab395 /src
parent9a20a9093287b1835d635398ea900e5dc2ca3484 (diff)
fixed tab not hiding
Diffstat (limited to 'src')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index 2a364731..d2ef4857 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;