1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 14:59:36 +02:00

Fix rendering issue in adventure dropdown

This is a very simple patch fixing the rendering issue of the “Remove
from collection” option in the adventure dropdown.-

Together with #552, this should fix #539.
This commit is contained in:
Lars Kiesow 2025-04-14 18:44:15 +02:00
parent d7496df100
commit 49f7bf27e8

View file

@ -196,7 +196,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"
>
<button
class="btn btn-neutral mb-2"