mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: Adjust dropdown transition margin for improved UI layout
This commit is contained in:
parent
593e0dbb5d
commit
687d0f88a3
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<div x-show="dropdownOpen" @click.away="dropdownOpen=false"
|
||||
x-transition:enter="ease-out duration-200" x-transition:enter-start="-translate-y-2"
|
||||
x-transition:enter-end="translate-y-0" class="absolute top-0 z-50 mt-10 min-w-max"
|
||||
x-transition:enter-end="translate-y-0" class="absolute top-0 z-50 mt-8 min-w-max"
|
||||
x-cloak>
|
||||
<div
|
||||
class="p-1 mt-1 bg-white border rounded-sm shadow-sm dark:bg-coolgray-200 dark:border-coolgray-300 border-neutral-300">
|
||||
|
|
|
|||
Loading…
Reference in a new issue