Timothy Jaeryang Baek 6 달 전
부모
커밋
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} />
 	<Navbar {channel} />
 
 
-	<div class="flex-1">
+	<div class="flex-1 overflow-y-auto">
 		{#if channel}
 		{#if channel}
 			<div
 			<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"
 				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"