Closed AntonGrekov closed 4 years ago
When firing regular(simple swal window) an inline-style: style="padding-right: 16px" is added to body tag. I found related issues in sweetalert home repository. As it's said this issue is fixed in later releases of sweetalert
https://github.com/sweetalert2/sweetalert2/issues/678 https://github.com/sweetalert2/sweetalert2/issues/1168
I guess that padding is needed to compensate vertical scroll bar, is there a way to disable that behaviour via swal options ?
Ty !!!!
When firing regular(simple swal window) an inline-style: style="padding-right: 16px" is added to body tag. I found related issues in sweetalert home repository. As it's said this issue is fixed in later releases of sweetalert
https://github.com/sweetalert2/sweetalert2/issues/678 https://github.com/sweetalert2/sweetalert2/issues/1168
I guess that padding is needed to compensate vertical scroll bar, is there a way to disable that behaviour via swal options ?