fix: adjust layout behavior during resizing in LayoutShell component

This commit is contained in:
Anish Sarkar 2026-03-11 12:29:54 +05:30
parent 851856a54b
commit 1173f6ba19

View file

@ -309,7 +309,7 @@ export function LayoutShell({
/>
<motion.main
layout="position"
layout={isResizing ? false : "position"}
style={{ contain: "inline-size" }}
className="flex-1 flex flex-col min-w-0"
>