From 517969696140e9ce6be67a9a8d5f7657036842dc Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Mon, 24 Jul 2017 19:41:16 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c5de1..d2d3336 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,9 @@ And then forbits closing it for the next 5000 ms #### Height: "auto" -From `v1.2.6` height can be set to "auto". If you want to be able to scoll modal content when your it's height exceeds window height - you can set flag `scrollable="true"`. +From `v1.2.6` height can be set to "auto". If you want to be able to scroll modal in case it's height exceeds window height - you can set flag `scrollable="true"`. + +p.s. `scrollable` will only work with `height="auto"`. Example: