]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
adds suporting copy for pverflow
authorRafiBomb <rafi@zurb.com>
Wed, 31 May 2017 14:31:27 +0000 (07:31 -0700)
committerRafiBomb <rafi@zurb.com>
Wed, 31 May 2017 14:31:27 +0000 (07:31 -0700)
docs/pages/prototyping-utils.md

index 2f4c9c1241d00c1d9b68ed4e61e533091232a6e4..45cd2c9b31b4ca6e5e378f0afb7e3890e7761339 100644 (file)
@@ -722,6 +722,8 @@ These overflow classes helps you to clip content, render scrollbars or simply ju
 <div class="overflow-y-scroll"></div>
 ```
 
+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