style: remove nested scrollbars from swimlanes, let main window scroll
Build Institutional Trader / build-and-deploy (push) Successful in 2m3s Details

This commit is contained in:
Deep Koluguri 2026-06-24 19:38:55 -04:00
parent dfae02c851
commit 4dfe340345
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function Swimlane({ title, icon, description, items = [], lane, onSelect, loadin
</div>
{/* Cards */}
<div className="flex-1 overflow-y-auto p-3 space-y-2.5 max-h-[calc(100vh-320px)]">
<div className="p-3 space-y-2.5">
{loading ? (
Array.from({ length: 6 }).map((_, i) => (
<div key={i} className="animate-pulse bg-slate-800/60 rounded-xl h-[130px]" />