style(chat-main-list): remove redundant flex classes from scroll container

This commit is contained in:
duanshuwen
2026-06-27 19:29:08 +08:00
parent f0c34f4f5c
commit 16fd2bbdbf

View File

@@ -6,7 +6,7 @@
</div>
<div ref="mainScrollRef"
class="flex flex-col min-h-0 flex-1 overflow-y-auto overscroll-contain scrollbar-none [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden"
class="min-h-0 flex-1 overflow-y-auto overscroll-contain scrollbar-none [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden"
@scroll="handleScroll" @touchstart.capture="handleScrollAreaTouchStart" @touchstart="handleScrollAreaTouchStart"
@touchmove="handleScrollAreaTouchMove">
<div class="relative">