diff --git a/demo/client_side_rendering/src/components/ModesTable.vue b/demo/client_side_rendering/src/components/ModesTable.vue
index 9925625..68acd74 100644
--- a/demo/client_side_rendering/src/components/ModesTable.vue
+++ b/demo/client_side_rendering/src/components/ModesTable.vue
@@ -4,24 +4,26 @@
Modes: |
|
-
- | Simple |
- Yet another boring modal :) |
-
| Adaptive |
- Tries to adjust to the page size |
+ Tries to adjust to the page size. |
| Resizable |
- Has a small arrow on the bottom-right corner (customizable) that you can drag to change the size of the modal
+ Has a small arrow on the bottom-right corner (customizable) that you can drag to change the size of the modal.
|
| Draggable |
- Allows to drag modal on the screen
+ Allows to drag modal on the screen.
+ |
+
+
+ | Scrollable |
+
+ If height is set to "auto" - scrollable flag will make your modal... scrollable.
|
diff --git a/demo/client_side_rendering/src/components/SizeModal.vue b/demo/client_side_rendering/src/components/SizeModal.vue
index f90b8b8..537ffcc 100644
--- a/demo/client_side_rendering/src/components/SizeModal.vue
+++ b/demo/client_side_rendering/src/components/SizeModal.vue
@@ -1,6 +1,7 @@
\ No newline at end of file