fix: adding some background to all images page
This commit is contained in:
@ -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) => {
|
||||||
|
Reference in New Issue
Block a user