/* Fix image upload popup on mobile */
.modal,
.modal-dialog,
.modal-content {
    max-height: 90vh !important;
    overflow-y: auto !important;
}

.modal-body {
    max-height: 70vh !important;
    overflow-y: auto !important;
}

/* Force buttons visible */
.modal-footer,
button[type="submit"] {
    position: relative !important;
    bottom: 0 !important;
}