style: remove nested scrollbars from swimlanes, let main window scroll
Build Institutional Trader / build-and-deploy (push) Successful in 2m3s
Details
Build Institutional Trader / build-and-deploy (push) Successful in 2m3s
Details
This commit is contained in:
parent
dfae02c851
commit
4dfe340345
|
|
@ -145,7 +145,7 @@ function Swimlane({ title, icon, description, items = [], lane, onSelect, loadin
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Cards */}
|
{/* 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 ? (
|
{loading ? (
|
||||||
Array.from({ length: 6 }).map((_, i) => (
|
Array.from({ length: 6 }).map((_, i) => (
|
||||||
<div key={i} className="animate-pulse bg-slate-800/60 rounded-xl h-[130px]" />
|
<div key={i} className="animate-pulse bg-slate-800/60 rounded-xl h-[130px]" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue