Open GoogleCodeExporter opened 9 years ago
Original comment by zzuzzlwuzzl@googlemail.com
on 2 Dec 2010 at 6:28
Original comment by zzuzzlwuzzl@googlemail.com
on 30 Jan 2011 at 10:33
A quick patch to add a scrollbar to your feeds list.
Edit public/stylesheets/all.css
Add at the end :
div#feeds
{
width: 260px;
}
#feeds-list
{
overflow-y: auto;
overflow-x: hidden;
height: 650px;
}
Not perfect, but greater than scrolling to the top every time you choose a
feed...
Original comment by nicodo...@gmail.com
on 6 Apr 2011 at 6:34
Original issue reported on code.google.com by
waveri...@spamblock.netzgehirn.de
on 28 Apr 2010 at 8:46