summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-29 20:23:03 +0400
committerAndrew Dolgov <[email protected]>2013-03-29 20:23:03 +0400
commit878b21ba1d38a0f84e185d87d9932bdd8855ce37 (patch)
treeb2e4738bb309640ce37c9b0ca83923280a922696 /tt-rss.css
parentffd3e8e35ed731440d15465dff20fb64342280fc (diff)
add workaround for double scrollbars in feed panel
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e653c7678..61f355a4f 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -814,7 +814,7 @@ div.fatalError textarea {
border-left-width : 0px;
border-bottom-width : 0px;
border-top-width : 0px;
- overflow : auto;
+ overflow : hidden;
}
#headlines-wrap-inner {