diff --git a/index.html b/index.html index 8d22c09c..7b819fc9 100644 --- a/index.html +++ b/index.html @@ -104,7 +104,7 @@ v-show='!(isMobile && tabContentHidden === false) && !noUI' > -
+
@@ -126,7 +126,7 @@ diff --git a/src/ui/sass.scss b/src/ui/sass.scss index e9e06023..94cb3758 100644 --- a/src/ui/sass.scss +++ b/src/ui/sass.scss @@ -204,6 +204,13 @@ label.switch height: 100%; } +.tabsContainer .tabs +{ + overflow-y: auto; + overflow-x: hidden; + height: 100%; +} + .smallerLabel .label { font-weight: 400;