mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Clarify modal documentation.
This commit is contained in:
committed by
Jeremy Thomas
parent
a1d1cb38fa
commit
ee34157876
@@ -81,7 +81,10 @@ meta:
|
|||||||
{% highlight html %}{{ modal }}{% endhighlight %}
|
{% highlight html %}{{ modal }}{% endhighlight %}
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<p>To <strong>activate</strong> the modal, just add the <code>is-active</code> modifier on the <code>.modal</code> container</p>
|
<p>
|
||||||
|
To <strong>activate</strong> the modal, just add the <code>is-active</code> modifier on the <code>.modal</code> container.
|
||||||
|
You may also want to add <code>is-clipped</code> modifier to a containing element (usually <code>html</code>) to stop scroll overflow.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="message is-danger">
|
<div class="message is-danger">
|
||||||
|
|||||||
Reference in New Issue
Block a user