I am using the UI customizer and I have several files in the file list but I can only see about 1 and 1/2 of the files at one time without scrolling. There seems to be plenty of real estate vertically. Is there a way to increase the file list height?
It's a bit of an older thread relative to Themeify, but same holds true. Add this to your custom css section in UI Customizer.
#files > div > div.gcode_files > div.scroll-wrapper {
min-height: 800px !important;
}
2 Likes
Thank you!