mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-21 18:55:16 +02:00
fix: adjust layout behavior during resizing in LayoutShell component
This commit is contained in:
parent
851856a54b
commit
1173f6ba19
1 changed files with 1 additions and 1 deletions
|
|
@ -309,7 +309,7 @@ export function LayoutShell({
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<motion.main
|
<motion.main
|
||||||
layout="position"
|
layout={isResizing ? false : "position"}
|
||||||
style={{ contain: "inline-size" }}
|
style={{ contain: "inline-size" }}
|
||||||
className="flex-1 flex flex-col min-w-0"
|
className="flex-1 flex flex-col min-w-0"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue