From 9012d81749b3159e6ee93842118e544c004d31a1 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Wed, 21 Feb 2018 13:04:35 -0300 Subject: [PATCH] [chore] add to docs the default value of the html class option. --- docs/styles/classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/classes.md b/docs/styles/classes.md index a7263bcb..717c6016 100644 --- a/docs/styles/classes.md +++ b/docs/styles/classes.md @@ -63,7 +63,7 @@ non-default `bodyOpenClassName`), you could use the following CSS: You can define a class to be added to the html tag, using the `htmlOpenClassName` attribute, which can be helpeful to stop the page to scroll to the top when open -a modal. +a modal. The default value is `null`. This attribute follows the same rules as `bodyOpenClassName`, it must be a *constant string*;