]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Tentatively remove html/body 100% height. Requires cross browser testing, but appears...
authorBrett Mason <brettsmason@gmail.com>
Thu, 17 Nov 2016 20:21:46 +0000 (20:21 +0000)
committerBrett Mason <brettsmason@gmail.com>
Thu, 17 Nov 2016 20:21:46 +0000 (20:21 +0000)
scss/components/_off-canvas.scss

index 9384a9f3080a70b50535eb01f7bbeea672e09476..7694b485c3752455b1fffe69ef2f0e54fc7f8b13 100644 (file)
@@ -59,12 +59,6 @@ $maincontent-class: 'off-canvas-content' !default;
 
 /// Adds baseline styles for off-canvas. This CSS is required to make the other pieces work.
 @mixin off-canvas-basics {
-  // Extra properties needed on <html> and <body> to make off-canvas work
-  html,
-  body {
-    height: 100%;
-  }
-
   // Hides overflow on body when an off-canvas panel is open.
   .is-off-canvas-open {
     overflow: hidden;