Fix param panel collapse issue
This commit is contained in:
@@ -62,46 +62,12 @@ const Customizer = () => {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={`${open ? 'h-full' : 'h-0'} overflow-y-auto py-3 px-12`}>
|
<div className={`${open ? 'h-full' : 'h-0'} overflow-y-auto px-12`}>
|
||||||
<div id="jscad-customizer-block" ref={ref}>
|
<div
|
||||||
<p>lots of lines should cause scroll</p>
|
id="jscad-customizer-block"
|
||||||
<p>lots of lines should cause scroll</p>
|
ref={ref}
|
||||||
<p>lots of lines should cause scroll</p>
|
// JSCAD param UI injected here.
|
||||||
<p>lots of lines should cause scroll</p>
|
/>
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
<p>lots of lines should cause scroll</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user