aboutsummaryrefslogtreecommitdiff
path: root/src/components/tab_switcher/tab_switcher.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-08-12 20:01:38 +0300
committerHenry Jameson <me@hjkos.com>2019-08-12 20:03:48 +0300
commit5851f97eb058b3e2df91f9122ba899bc7e4affaf (patch)
tree3e635d2a5f6d9755b24d5331a7a97043755d9ecb /src/components/tab_switcher/tab_switcher.scss
parent579b5c9e77154db5fe1bc712969b6fa39830442f (diff)
fixed a lot of bugs with emoji picker, improved relevant components
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.scss')
-rw-r--r--src/components/tab_switcher/tab_switcher.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss
index 4eeb42e0..3e5eacd5 100644
--- a/src/components/tab_switcher/tab_switcher.scss
+++ b/src/components/tab_switcher/tab_switcher.scss
@@ -1,10 +1,21 @@
@import '../../_variables.scss';
.tab-switcher {
+ display: flex;
+ flex-direction: column;
+
.contents {
+ flex: 1 0 auto;
+ min-height: 0px;
+
.hidden {
display: none;
}
+
+ &.scrollable-tabs {
+ flex-basis: 0;
+ overflow-y: auto;
+ }
}
.tabs {
display: flex;