![]() |
VOOZH | about |
Foundation CSS is an open-source & responsive front-end framework built by ZURB foundation in September 2011, that makes it easy to design beautiful responsive websites, apps, and emails that look amazing & can be accessible to any device. It is used by many companies such as Facebook, eBay, Mozilla, Adobe, and even Disney. The framework is built on SaaS-like bootstrap. It is more sophisticated, flexible, and easily customizable. It also comes with CLI, so itβs easy to use it with module bundlers. It offers the Fastclick.js tool for faster rendering on mobile devices.
The Prototyping Utilities facilitate the building of the prototype layouts and UI i.e. helps to build the coded prototypes that will be developed from the beginning. Every Utility has a mixin, along with the custom classes or swap classes for mixins, in order to produce a cleaner markup. The Overflow class can be used for clipping the content or managing the content, which will be rendering the scrollbar to display the content while the content overflows from the block-level container.
Foundation CSS Prototyping Utilities Overflow Class:
Example 1: The below example illustrates the use of the overflow-scroll, so the scrollbars are added which are used to navigate to the clipped parts.
Output:
Example 2: The below example illustrates the use of the overflow-x-hidden, so the scrollbars are in the y-axis(horizontal axis) only.
Output:
Reference: https://get.foundation/sites/docs/prototyping-utilities.html#overflow