From 6f800ef90aa2f0658e79cf72309e331cf3ded462 Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthm@freeswitch.org>
Date: Fri, 25 Jul 2014 01:55:53 +0500
Subject: [PATCH] add resize

---
 html5/verto/demo/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html5/verto/demo/index.html b/html5/verto/demo/index.html
index af26f5b2b1..e40e1029fa 100644
--- a/html5/verto/demo/index.html
+++ b/html5/verto/demo/index.html
@@ -34,13 +34,13 @@
 	background-color: #eeeeee;
 	width: 500px;
 	height:150px;
-	max-height:150px;
 	overflow-y: scroll;
 	scrolling: auto;
 	text-align: left;
 	border-style:inset;
 	font-size: 10pt;
 	color: #3333ff;
+	resize:both;
 }
 
 .chatuid