diff --git a/docs/documentation/components/modal.html b/docs/documentation/components/modal.html index 0d36d6ad..22a397cc 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. +