Twan van Laarhoven
My feedback
1 result found
-
165 votes
An error occurred while saving the comment
Twan van Laarhoven
supported this idea
·
1 result found
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;
}
}