summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-01 21:24:26 +0400
committerAndrew Dolgov <[email protected]>2013-04-01 21:24:26 +0400
commit9b176694f5ce928ac76984a3b1518353aa9cad5a (patch)
tree2fcffb6ab8cc21961e0d518b3d2091b52b34aa68
parent2faef8349cf674605f9e2b1e8227c0af1b0d0609 (diff)
Revert "another attempt to workaround against feedtree scroll issues"
This reverts commit 9f8b2e6ea821da4b958b20f5c4c957b846021b76.
-rw-r--r--tt-rss.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index c6bc77dc3..8d5080c6c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -768,7 +768,7 @@ div.fatalError textarea {
border-left-width : 0px;
border-bottom-width : 0px;
border-top-width : 0px;
- overflow : auto;
+ overflow : hidden;
}
#headlines-wrap-inner {
@@ -777,10 +777,6 @@ div.fatalError textarea {
border-width : 0px;
}
-#feedTree {
- overflow : visible;
-}
-
#headlines-frame {
padding : 0px;
border-color : #88b0f0;