You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This modals has content-jumping problem when open/close.
A known solution for this problem is padding-right: 17px for body when open.
A better way is to set .modal-open class to body. It will give users possibility to change behaviour by themselves.
The text was updated successfully, but these errors were encountered:
This modals has content-jumping problem when open/close.
A known solution for this problem is
padding-right: 17px
for body when open.A better way is to set
.modal-open
class to body. It will give users possibility to change behaviour by themselves.The text was updated successfully, but these errors were encountered: