mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
fix jumping button
This commit is contained in:
parent
7e81b08c63
commit
1642fb9501
@ -100,7 +100,7 @@ export const ItemViewPopup = forwardRef((props: ItemViewPopupProps, ref: any) =>
|
|||||||
}}
|
}}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
/>
|
/>
|
||||||
<div className='tw:overflow-y-auto tw:overflow-x-hidden tw:max-h-64 fade'>
|
<div className='tw:overflow-hidden tw:max-h-64 fade'>
|
||||||
{props.children ?? <TextView text={props.item.text} itemId={props.item.id} />}
|
{props.children ?? <TextView text={props.item.text} itemId={props.item.id} />}
|
||||||
</div>
|
</div>
|
||||||
<div className='tw:flex tw:-mb-1 tw:flex-row tw:mr-2 tw:mt-1'>
|
<div className='tw:flex tw:-mb-1 tw:flex-row tw:mr-2 tw:mt-1'>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user