Skip to content

Commit

Permalink
Merge pull request #36 from MertenD/35-options-container-cutting-of-i…
Browse files Browse the repository at this point in the history
…nputs

fix: options container content cut of
  • Loading branch information
MertenD committed Aug 24, 2023
2 parents d09a271 + 395b3a0 commit cca32cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/form/OptionsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export default function OptionsContainer(props: OptionsContainerProps) {
display: "flex",
flexDirection: "column",
alignItems: 'center',
justifyContent: 'center',
width: props.width || 500,
maxHeight: `${0.7 * CANVAS_HEIGHT}vh`,
overflowY: "auto",
Expand Down

0 comments on commit cca32cc

Please sign in to comment.