diff --git a/src/Components/Input/ComboBoxInput.tsx b/src/Components/Input/ComboBoxInput.tsx index b60d7324..2cfacc7f 100644 --- a/src/Components/Input/ComboBoxInput.tsx +++ b/src/Components/Input/ComboBoxInput.tsx @@ -13,7 +13,7 @@ const ComboBoxInput = ({ id, options, value, onValueChange }: ComboBoxProps) => return ( updateActiveTab(1)} />
{item.layer.itemType.show_start_end_input && (
diff --git a/src/assets/css/tiptap.css b/src/assets/css/tiptap.css index 1d371e31..e66c3495 100644 --- a/src/assets/css/tiptap.css +++ b/src/assets/css/tiptap.css @@ -11,4 +11,11 @@ .tiptap blockquote, .tiptap code { all: revert; +} + +.editor-wrapper div { + min-height: 0; + flex: 1; + display: flex; + flex-direction: column; } \ No newline at end of file