]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add missing overflow style 8872/head
authorBrett Mason <brettsmason@users.noreply.github.com>
Wed, 13 Jul 2016 19:06:08 +0000 (20:06 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Jul 2016 19:06:08 +0000 (20:06 +0100)
Add in missing `overflow-y: auto` to `.off-canvas-content` to allow for vertical scrolling.

scss/components/_off-canvas.scss

index 9e9dfc8403bd4f2749abb9e8209bf54009e75f57..495380951ca85cfa5a72035bc8032d5cab81396e 100644 (file)
@@ -72,6 +72,7 @@ $maincontent-shadow: 0 0 10px rgba($black, 0.5) !default;
     background: $body-background;
     transition: transform $offcanvas-transition-length $offcanvas-transition-timing;
     backface-visibility: hidden;
+    overflow-y: auto;
     z-index: 1;
     padding-bottom: 0.1px; // Prevents margin collapsing, which would reveal the box shadow of the wrapper