From: Justin Schiff Date: Thu, 24 Jan 2019 00:36:43 +0000 (-0800) Subject: Clarify modal documentation. X-Git-Tag: 0.7.3~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee3415787661fc0bb69e6d9f8d890a4634c6af02;p=thirdparty%2Fbulma.git Clarify modal documentation. --- diff --git a/docs/documentation/components/modal.html b/docs/documentation/components/modal.html index 0d36d6ad6..22a397cc0 100644 --- a/docs/documentation/components/modal.html +++ b/docs/documentation/components/modal.html @@ -81,7 +81,10 @@ meta: {% highlight html %}{{ modal }}{% endhighlight %}
-

To activate the modal, just add the is-active modifier on the .modal container

+

+ To activate the modal, just add the is-active modifier on the .modal container. + You may also want to add is-clipped modifier to a containing element (usually html) to stop scroll overflow. +