From: RafiBomb Date: Wed, 31 May 2017 14:31:27 +0000 (-0700) Subject: adds suporting copy for pverflow X-Git-Tag: v6.4.0-rc1~23^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a892cfd20c732602912cbd87d7689ba67a5ebca;p=thirdparty%2Ffoundation%2Ffoundation-sites.git adds suporting copy for pverflow --- diff --git a/docs/pages/prototyping-utils.md b/docs/pages/prototyping-utils.md index 2f4c9c124..45cd2c9b3 100644 --- a/docs/pages/prototyping-utils.md +++ b/docs/pages/prototyping-utils.md @@ -722,6 +722,8 @@ These overflow classes helps you to clip content, render scrollbars or simply ju
``` +Note: Combining `overflow: hidden` in either the X or Y direction with the `overflow: visible` in the opposite direction does not work as expected in CSS spec. [More info](https://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scrollbar-issue#answer-6433475) + --- ## Sass Mixin Helpers