1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 05:49:37 +02:00

Adjust CollectionCard styles: remove overflow-hidden and increase dropdown width

This commit is contained in:
Sean Morley 2025-05-11 12:43:31 -04:00
parent 6de737bbf8
commit b0e8c025fc

View file

@ -87,7 +87,7 @@
{/if}
<div
class="card w-full max-w-xs sm:max-w-sm md:max-w-md lg:max-w-md xl:max-w-md bg-neutral text-neutral-content shadow-xl overflow-hidden"
class="card w-full max-w-xs sm:max-w-sm md:max-w-md lg:max-w-md xl:max-w-md bg-neutral text-neutral-content shadow-xl"
>
<CardCarousel {adventures} />
<div class="card-body">
@ -137,7 +137,7 @@
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
<ul
tabindex="0"
class="dropdown-content menu bg-base-100 rounded-box z-[1] w-52 p-2 shadow"
class="dropdown-content menu bg-base-100 rounded-box z-[1] w-64 p-2 shadow"
>
{#if type != 'link' && type != 'viewonly'}
<button