fix: adding some background to all images page

This commit is contained in:
2025-07-21 16:59:06 +01:00
parent 744b300d00
commit a663f27fb2

View File

@ -37,7 +37,7 @@ export const AllImages: Component = () => {
return ( return (
<div ref={scrollRef} class="flex flex-col gap-4 h-[1200px] overflow-y-auto"> <div ref={scrollRef} class="flex flex-col gap-4 h-[1200px] overflow-y-auto">
<div <div
class={`h-[${rowVirtualizer.getTotalSize()}px] grid grid-cols-3 gap-4`} class={`h-[${rowVirtualizer.getTotalSize()}px] grid grid-cols-3 gap-4 rounded-xl border border-neutral-200 bg-white p-4`}
> >
<For each={rowVirtualizer.getVirtualItems()}> <For each={rowVirtualizer.getVirtualItems()}>
{(i) => { {(i) => {