Home > Forum > Forms > How to enlarge modal dialog of item list element?

How to enlarge modal dialog of item list element?
0

Hi,
Does anyone know how to change the height of the modal dialog of item list element? Scrolling is a bit annoying and I need a bigger dialog.

MVP

Hi Jacek,

I have not tested this extensively yet, but it looks good so far.
Just create an html field and put this inside it:


.modal-dialog>div>section,.modal-dialog .modal-content {
min-height: 20%;
max-height: 80%!important;
height: auto!important;
}


I use the same approach for styling path buttons and you can find a more detailed guide here:
https://daniels-notes.de/posts/2021/path-button-styling#defining-path-button-styles-once

Best regards,
Daniel

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.