Attachments field

I have an attachments field where I use to insert up to 5 photographs, but after the fourth photograph the save button disappears and I cannot save the upload.
What is the solution?

Hey @DanioA

I know I’ve used some CSS for this in the past but I need to find it and get back to you.

Found it way faster than I thought!

Add this to your page’s CSS tab please.

.popover-modal .dropzone {
    min-height: 150px;
    background: #fff;
    max-height: 150px;
    overflow: auto;
}
1 Like

Thanks, do you have a solution for the phone too?