mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
Fix modal documentation (#22252)
The example code has the class `"modal fade"`, but the visible example has the class `"modal"`. `"fade"` appears to not work for modals that you do not intend to animate onto the page
This commit is contained in:
parent
3f247a42f2
commit
e41316cd94
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee
|
|||
</div>
|
||||
|
||||
{% highlight html %}
|
||||
<div class="modal fade">
|
||||
<div class="modal">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
|
|
|
|||
Loading…
Reference in a new issue