summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 16:07:31 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 16:07:31 +0100
commitf92471951b6bf7f3e11a7c9e584cb6eff5d8c233 (patch)
tree80b675c63ad708341b05e1762215f52179f8e013 /tt-rss.css
parent1380f8eed4015a2759f9f49e9c90145c464ecd0c (diff)
dynamically show new label markers in headlines buffer w/o reload
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 69516b8f1..a852121f6 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1794,6 +1794,8 @@ ul.headlineDropdownMenu ul {
border-color : #c0c0c0;
border-style : solid;
margin-left : -1px;
+ max-height : 300px;
+ overflow : auto;
}
ul.headlineDropdownMenu ul li {