mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix: improve dnd on app editor for large screens
This commit is contained in:
@@ -630,7 +630,7 @@
|
||||
class={classNames(
|
||||
'mx-auto w-full h-full z-50',
|
||||
$appStore.fullscreen ? '' : 'max-w-7xl',
|
||||
$componentActive ? 'absolute' : 'overflow-auto'
|
||||
$componentActive ? 'absolute right-0 left-0' : 'overflow-auto'
|
||||
)}
|
||||
style={$componentActive ? `top: -${$yTop}px;` : ''}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user