From ecdc71980335b794c1dfe65a8cf0baa5904f3ec8 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 18 Jun 2015 22:28:55 +0300 Subject: [PATCH] New updates --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 02a2c1d..9d18be3 100644 --- a/index.html +++ b/index.html @@ -330,7 +330,8 @@ input:focus { #news-box { height:50%; - overflow: auto; + overflow: scroll; + overflow-x: hidden; margin-bottom: 15px; }