From 160cf51a9431545a35b98a754668acca8f5a1888 Mon Sep 17 00:00:00 2001 From: Max Mekenya Date: Tue, 14 Jul 2015 23:49:59 +1000 Subject: [PATCH] Update iframe.css Prevent scroll bars --- src/mibew/styles/chats/default/iframe.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mibew/styles/chats/default/iframe.css b/src/mibew/styles/chats/default/iframe.css index 0d7db0c0..813ce916 100644 --- a/src/mibew/styles/chats/default/iframe.css +++ b/src/mibew/styles/chats/default/iframe.css @@ -25,7 +25,7 @@ iframe.mibew-chat-frame { bottom: 5px !important; right: 5px !important; width: 510px !important; - height: 480px !important; + height: 490px !important; overflow: hidden !important; z-index: 100 !important; border-radius: 10px !important;