I use bootbox.js to make modal but when the modal fadeIn and the content is too long, the scrollbar goes at the level of the bottom button. I need the scrollbar stay on top when modal appear
I've solved adding .off("shown.bs.modal");
after the bootbox.dialog.
bootbox.dialog({ ... }).off("shown.bs.modal");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With