Skip to content

Commit 73ce9f7

Browse files
authored
Merge pull request processing#2985 from Keshav-0907/Modal-Fix
Fixed : Overflow in Upload Modal
2 parents 91e5b79 + 2505fdd commit 73ce9f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/styles/components/_uploader.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
@include themify() {
33
background-color: getThemifyVariable('input-secondary-background-color');
44
color: getThemifyVariable('input-text-color');
5+
max-height: 70vh;
6+
overflow-y: auto;
57
}
68
}

0 commit comments

Comments
 (0)