Skip to content

Commit 4dcea4e

Browse files
committed
fix(ui): set min-height on modal to prevent size jump
Signed-off-by: Chase Naples <Cnaples79@gmail.com>
1 parent 352c114 commit 4dcea4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/AssistantTextProcessingModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ div[role='listbox'] {
230230
align-items: center;
231231
justify-content: center;
232232
overflow-y: auto;
233+
min-height: 500px;
233234
234235
> h2 {
235236
display: flex;

0 commit comments

Comments
 (0)