增加工具栏提示。
This commit is contained in:
parent
61661e2a09
commit
c790fba800
@ -221,8 +221,9 @@ const NodePanel: React.FC<NodePanelProps> = ({onNodeDragStart}) => {
|
|||||||
},
|
},
|
||||||
body: {
|
body: {
|
||||||
padding: '12px',
|
padding: '12px',
|
||||||
height: 'calc(100vh - 200px)',
|
height: 'calc(100vh - 250px)',
|
||||||
overflowY: 'auto'
|
overflowY: 'auto',
|
||||||
|
overflowX: 'hidden'
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user