mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +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
|
||||
layout="position"
|
||||
layout={isResizing ? false : "position"}
|
||||
style={{ contain: "inline-size" }}
|
||||
className="flex-1 flex flex-col min-w-0"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue