We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91e5b79 + 2505fdd commit 73ce9f7Copy full SHA for 73ce9f7
client/styles/components/_uploader.scss
@@ -2,5 +2,7 @@
2
@include themify() {
3
background-color: getThemifyVariable('input-secondary-background-color');
4
color: getThemifyVariable('input-text-color');
5
+ max-height: 70vh;
6
+ overflow-y: auto;
7
}
8
0 commit comments