Explorar o código

Мелкая поправка

Book Pauk %!s(int64=5) %!d(string=hai) anos
pai
achega
2154f20fa4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/components/Reader/SettingsPage/SettingsPage.vue

+ 1 - 1
client/components/Reader/SettingsPage/SettingsPage.vue

@@ -172,7 +172,7 @@ selectedTabOld = null;//todo: remove
         this.$watch(
             '$refs.tabs.scrollable',
             (newValue) => {
-                this.tabsScrollable = newValue;
+                this.tabsScrollable = newValue && !this.$isMobileDevice;
             }
         );
     }