Skip to content

Commit f4108c5

Browse files
authored
Merge pull request #371 from cnaples79/fix-modal-jump
fix(ui): set min-height on modal to prevent size jump
2 parents c315074 + 4dcea4e commit f4108c5

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)