Explorar el Código

refactor: some layout and file structure changes

nian hace 1 mes
padre
commit
d01616f793
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/layout/tabs/index.vue

+ 1 - 1
src/layout/tabs/index.vue

@@ -444,7 +444,7 @@ onBeforeUnmount(() => {
 </script>
 <template>
   <div
-    class="flex min-h-0 border-b border-naive-border bg-naive-card transition-[background-color,border-color] select-none"
+    class="flex min-h-0 overflow-hidden border-b border-naive-border bg-naive-card transition-[background-color,border-color] select-none"
   >
     <InternalTabs v-model="tabPinnedList" />
     <NScrollbar