Skip to content

Twan van Laarhoven

My feedback

1 result found

  1. 165 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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