Timothy Jaeryang Baek 4 месяцев назад
Родитель
Сommit
afca606063
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/lib/components/common/Banner.svelte

+ 1 - 1
src/lib/components/common/Banner.svelte

@@ -83,7 +83,7 @@
 					{/if}
 				</div>
 
-				<div class="flex-1 text-xs text-gray-700 dark:text-white">
+				<div class="flex-1 text-xs text-gray-700 dark:text-white max-h-20 overflow-y-auto">
 					{@html marked.parse(DOMPurify.sanitize(banner.content))}
 				</div>
 			</div>