Timothy Jaeryang Baek 4 月之前
父節點
當前提交
689b910c77
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/channel/Channel.svelte

+ 1 - 1
src/lib/components/channel/Channel.svelte

@@ -111,7 +111,7 @@
 >
 	<Navbar {channel} />
 
-	<div class="flex-1">
+	<div class="flex-1 overflow-y-auto">
 		{#if channel}
 			<div
 				class=" pb-2.5 max-w-full z-10 scrollbar-hidden w-full h-full pt-6 flex-1 flex flex-col-reverse overflow-auto"