From 2e0ee6807a05ee5d8701bc40ab05a0ac0ce1a262 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 24 Mar 2016 16:20:37 +0200 Subject: [PATCH] fix overflow --- less/categories.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/categories.less b/less/categories.less index 4f8e031..ae37f83 100644 --- a/less/categories.less +++ b/less/categories.less @@ -97,7 +97,7 @@ } .post-content { - overflow-y: hidden; + overflow: hidden; blockquote { display: none; }