diff --git a/docs/modal.html b/docs/modal.html index 3d689989..d98a8fd2 100644 --- a/docs/modal.html +++ b/docs/modal.html @@ -75,7 +75,7 @@ … </article> </dialog> -
Modals come with 3 utility classes.
.modal-is-open
prevents any scrolling and interactions below the modal.
<!doctype html>
+
Modals come with 3 utility classes. These classes are not available on the class-less version.
.modal-is-open
prevents any scrolling and interactions below the modal.
<!doctype html>
<html class="modal-is-open">
…
</html>
.modal-is-opening
brings an opening animation.
<!doctype html>
diff --git a/docs/src/modal.html b/docs/src/modal.html
index 427716ef..79b05a8c 100644
--- a/docs/src/modal.html
+++ b/docs/src/modal.html
@@ -161,7 +161,7 @@
Utilities
- Modals come with 3 utility classes.
+ Modals come with 3 utility classes. These classes are not available on the class-less version.
.modal-is-open
prevents any scrolling and interactions below the modal.