@citizensadvice/overflow
v1.0.3
Published
Defines how overflowing content is displayed.
Downloads
17
Keywords
Readme
Overflow 
Defines how overflowing content is displayed.
Classes
.overflow-hidden {
overflow: hidden;
}Installation
$ npm install @citizensadvice/overflownow import into your stylesheet...
@import '@citizensadvice/overflow/index.scss';You can make use of the unpkg service, try adding the link below to the head of your HTML file.
<link src="https://unpkg.com/@citizensadvice/overflow@latest/build/overflow.css" />