[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

small fix

Florian (Feb 27, 2025, 12:59 PM +0100) d23e4d7a 0c81d2ba

+1 -1
+1 -1
src/lib/preview/Container.svelte
··· 5 5 </script> 6 6 7 7 <div class="lg:ml-72 xl:ml-80"> 8 - <ScrollArea type="always" class="h-[100dvh] w-full" scrollbarYClasses="z-50"> 8 + <ScrollArea type="scroll" class="h-[100dvh] w-full" scrollbarYClasses="z-50"> 9 9 <div class="mx-auto flex w-full max-w-xl flex-col items-start justify-center gap-2 px-4 py-24"> 10 10 {@render children?.()} 11 11 </div>