Reply To: Long Quform embedded in Bootstrap 4 Modal on mobile device

Home Forums Quform WordPress Long Quform embedded in Bootstrap 4 Modal on mobile device Reply To: Long Quform embedded in Bootstrap 4 Modal on mobile device

#29124
Venom
Participant

I fixed this issue by adding a new css style for the modal
Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-overflow-scrolling

.modal{
-webkit-overflow-scrolling: touch;
}

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy