Skip to content

Commit

Permalink
fix style overlap button
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Oct 20, 2023
1 parent bc7518e commit e2e1989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/bal/voie-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function VoieEditor({initialValue, closeForm}) {

return (
<Form editingId={initialValue?._id} unmountForm={onUnmount} closeForm={closeForm} onFormSubmit={onFormSubmit}>
<Pane maxHeight={400} overflowY='scroll'>
<Pane>
<FormInput>
<AssistedTextField
forwadedRef={ref}
Expand Down

0 comments on commit e2e1989

Please sign in to comment.