From ee3415787661fc0bb69e6d9f8d890a4634c6af02 Mon Sep 17 00:00:00 2001 From: Justin Schiff Date: Wed, 23 Jan 2019 16:36:43 -0800 Subject: [PATCH] Clarify modal documentation. --- docs/documentation/components/modal.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. +