• mwritesdragons

    (@mwritesdragons)


    Hello again!

    I solved one problem only to find another. How can I get the mobile hamburger menu to scroll within sub-menus?

    Specifically, I have a sub menu that is very long and needs to scroll, and it scrolls a little but not entirely, and also makes the rest of the navigation menu go off screen.

    I am fairly new to css, please help!

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

Viewing 1 replies (of 1 total)
  • Branko

    (@brankoconjic)

    Hello,

    Go to Appearance ? Customize and add the following CSS code into the Additional CSS field:

    #sinatra-header .sinatra-nav > ul {
      max-height: calc(100vh - 100px);
      overflow: auto;
      overscroll-behavior: contain;
    }

    That’s all.

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Sub-menus Won’t Scroll’ is closed to new replies.