• Resolved eaners

    (@eaners)


    I’m setting up my site using your theme (I love it, BTW!), but I noticed that a scroll bar appears alongside the lefthand pane that I can’t get rid of. It appears to be a browser issue, too, as it doesn’t show up in Firefox.

    Here’s a screenshot of what’s going on in Microsoft Edge:
    https://snipboard.io/VfA54C.jpg

    And here’s a screenshot from Firefox, with everything looking just fine:
    https://snipboard.io/HSmcob.jpg

    I surmise/hope(!) that it’s a relatively simple fix, but it’s been quite a while since I worked with CSS. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @eaners,

    Glad you like it! More of the site is visible in Firefox, due to the browser bar at the top of the screen being shorter, which results in the sidebar being scrollable in Edge and not in Firefox.

    You should be able to hide the scroll bar in Edge using the following CSS:

    #site-header { -ms-overflow-style: none; }

    — Anders

    Thread Starter eaners

    (@eaners)

    Fantastic, I’ll drop that into the CSS! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Scroll bar appearing in Microsoft Edge browser’ is closed to new replies.