Skip to content
This repository has been archived by the owner on Aug 30, 2018. It is now read-only.

Fixed a nav menu draw open, then closed horizontal scroll bug #573

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixed a nav menu draw open, then closed horizontal scroll bug #573

wants to merge 3 commits into from

Commits on Sep 4, 2016

  1. Fixes a nav menu draw open, then closed horizontal scroll bug

    prior to bug fix, if you opened the nav menu then closed it without a
    page reload, you would find a horizontal scroll on the main page with
    overspill to the right hand side.
    MatthewKennedy committed Sep 4, 2016
    Configuration menu
    Copy the full SHA
    124571f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Removed !important

    MatthewKennedy committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    0326a68 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. Fixed drawer submenu issue causing no scrolling on iOS touch device w…

    …hen a submenu is opened extending below the screen.
    
    Common issue can be recreated easily.
    
    Take an iOS touch device, make the navigation so that when the  nav
    draw is opened then the submenu is opened it extends past the bottom of
    the screen requiring a scroll to see the links, the drawer content
    wouldn’t scroll, prior to the css fix.
    MatthewKennedy committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    179e6a9 View commit details
    Browse the repository at this point in the history