mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix modal initialization issue
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
`${
|
||||
$mode == 'dnd' ? 'absolute' : 'fixed'
|
||||
} top-0 bottom-0 left-0 right-0 transition-all duration-50`,
|
||||
open ? 'z-[1100] bg-black bg-opacity-60' : 'hidden'
|
||||
open ? 'z-[1100] bg-black bg-opacity-60' : 'h-0 overflow-hidden'
|
||||
)}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user