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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions assets/timber.scss.liquid
Expand Up @@ -707,10 +707,12 @@ $class-type: unquote(".");
==============================================================================*/
html {
background-color: $colorFooterBg;
overflow-x: hidden;
}

body {
background-color: $colorBody;
overflow-x: hidden;
}

[tabindex='-1']:focus {
Expand Down Expand Up @@ -2178,6 +2180,12 @@ label.error {
}
}


html.supports-touch .drawer {
-webkit-overflow-scrolling: auto;
}


/*============================================================================
#Site Footer
==============================================================================*/
Expand Down