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.
1 parent 91e5b79 commit 2505fddCopy full SHA for 2505fdd
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