@inkline/inkline
Version:
Inkline is the Vue.js UI/UX Library built for creating your next design system
8 lines (6 loc) • 500 B
HTML
<div class="_overflow:auto" style="width: 250px; height: 90px;">
This is an example using the <code>._overflow:auto</code> utility on an element with fixed width and height dimensions. The content of this div will scroll vertically.
</div>
<div class="_overflow:hidden" style="width: 250px; height: 90px;">
This is an example using the <code>._overflow:hidden</code> utility on an element with fixed width and height dimensions. The content below the fold of this div will be hidden.
</div>