From b93ad1e10e0f0cbd1a6385e60fcbec3cf8ec838b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 8 Nov 2011 20:57:28 +0400 Subject: [PATCH] fix content-insert scrolling --- tt-rss.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tt-rss.css b/tt-rss.css index bc08dd8e..7edf2e1b 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1425,6 +1425,7 @@ div.fatalError textarea { border-bottom-width : 0px; border-right-width : 0px; border-left-width : 0px; + overflow : auto; } .dijitTreeLabel.Unread { -- 2.39.2