Twan van Laarhoven ← Customer Feedback for The Old Reader My feedback 1 result found Don't hide scroll bars 165 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 19 comments · Feature requests · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Submit Rating An error occurred while saving the comment Twan van Laarhoven commented · Jun 30, 2013 · Edit… · Delete… I hacked a fix using the stylish plugin for Firefox. The following stylesheet gives you back the original scrollbars. Still, a less hackish solution would be great. @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("theoldreader.com") { /* scrollbar fix */ .slide { right: 0 !important; } .pane { display: none !important; } } Save Submitting... Twan van Laarhoven supported this idea · Jun 30, 2013
I hacked a fix using the stylish plugin for Firefox. The following stylesheet gives you back the original scrollbars. Still, a less hackish solution would be great.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("theoldreader.com") {
/* scrollbar fix */
.slide {
right: 0 !important;
}
.pane {
display: none !important;
}
}