Answers for "bootstrap modal at bottom"

0

bootstrap modal causes page shift

.modal-open[style] {
padding-right: 0px !important;
}
Posted by: Guest on September-21-2020
0

bootstrap 3 modal close only with button

<--! Add following to modal Div : data-backdrop='static' -->
<div id="modal" class="modal hide fade in" data-keyboard="false" data-backdrop="static">
Posted by: Guest on May-14-2020

Code answers related to "bootstrap modal at bottom"

Browse Popular Code Answers by Language