• Resolved haasder

    (@haasder)


    Beste Menno,

    Ik ben aan het experimenteren met Foyer. Het lukt aardig alleen blijft er telkens een scrollbar zichtbaar aan de linkerkant van het scherm. Dit is zowel op mijn Raspberry Pi als op desktop PC.

    Weet jij hier een oplossing voor?

    Alvast bedankt,

    Haasder.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • petricc

    (@petricc)

    Beste Haasder,

    Ik zie geen scrollbar! Is het gelukt?

    Groet

    Plugin Author Menno Luitjes

    (@mennolui)

    Hi @haasder,

    Quick reply in English for all users that are interested ??

    I found your website’s theme adds this scrollbar on purpose. Not sure why. Edge even displays the scrollbar when it is not necessary, Chrome and other browsers do not.

    You could add this CSS to reverse your theme’s scroll declaration:

    html {
      overflow-y: auto !important;
    }

    This will affect both your Foyer display as your whole website so be sure to re-test your website.

    You could also use Chrome to run your display, no CSS needed then.
    Hope this helps.

    Best,
    Menno

    Thread Starter haasder

    (@haasder)

    Hi Menno, petricc,

    Sorry for my late respond.

    html {
    overflow-y: auto !important;
    }

    This helped for me.

    Great plugin!

    Plugin Author Menno Luitjes

    (@mennolui)

    Hey, glad to hear that worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Linker scrollbar’ is closed to new replies.