Twan van Laarhoven

My feedback

1 result found

  1. 165 votes
    How important is this to you?
    An error occurred while saving the comment
    Twan van Laarhoven commented  · 

    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;
    }

    }

    Twan van Laarhoven supported this idea  · 

Feedback and Knowledge Base