]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix safari grid frame overflow issue 10124/head
authorKevin Ball <kmball11@gmail.com>
Sat, 3 Jun 2017 04:19:02 +0000 (21:19 -0700)
committerKevin Ball <kmball11@gmail.com>
Sat, 3 Jun 2017 04:19:02 +0000 (21:19 -0700)
scss/xy-grid/_frame.scss

index c720c14925e7fc2c3f27f97c8d518eb6cf1786cd..f2c35191be4bc92d1b9253bffe7f824e74ffe54d 100644 (file)
@@ -49,5 +49,6 @@
 
   > .grid-x {
     max-height: 100%;
+    flex-wrap: nowrap;
   }
 }