I noticed that when the bootstrap dialog box opens, the body html tag gets the following css.
<body class="modal-open" style="padding-right: 17px;">
I think this makes the user interface tremble. How can I get rid of this strange behavior. I created a violin. But this problem is not produced. But in my local environment, I can reproduce this. Jsfiddle
source share