fix: improve dnd on app editor for large screens

This commit is contained in:
Ruben Fiszel
2024-04-26 21:17:26 +02:00
parent 7f54df0f67
commit 81ff3415b7
@@ -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;` : ''}
>