D
D
drtvader2016-03-31 11:39:52
Bootstrap
drtvader, 2016-03-31 11:39:52

How to defeat body shift when opening bootstrap modal?

Hi all!
When opening the second modal from the first modal, the entire body is shifted.
The .modal-open class is added to the body itself: when the first window is opened, padding-right is added, when the second window is opened: padding-right is removed.
What to do, how to fix the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Dvoryanov, 2016-03-31
@Raxen

body {
   padding: 0 !important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question