diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-29 20:23:03 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-03-29 20:23:03 +0400 |
| commit | 878b21ba1d38a0f84e185d87d9932bdd8855ce37 (patch) | |
| tree | b2e4738bb309640ce37c9b0ca83923280a922696 | |
| parent | ffd3e8e35ed731440d15465dff20fb64342280fc (diff) | |
add workaround for double scrollbars in feed panel
| -rw-r--r-- | tt-rss.css | 2 |
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 { |