KSS Style Guide

30 #Overflow Overflow

Classes for setting the overflow of an element.

Source: dist/standard/standard.css, line 10640
Examples
Default styling
A div
.ova-au
Sets overflow to auto
A div
.ovx-au
Sets x-overflow to auto
A div
.ovy-au
Sets y-overflow to auto
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/standard/standard.css, line 10725
Examples
Default styling
A div
.ova-hi
Sets overflow to hidden
A div
.ovx-hi
Sets x-overflow to hidden
A div
.ovy-hi
Sets y-overflow to hidden
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/standard/standard.css, line 10673
Examples
Default styling
A div
.ova-sc
Sets overflow to scroll
A div
.ovx-sc
Sets x-overflow to scroll
A div
.ovy-sc
Sets y-overflow to scroll
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/standard/standard.css, line 10699
Examples
Default styling
A div
.ova-un
Sets overflow to unset
A div
.ovx-un
Sets x-overflow to unset
A div
.ovy-un
Sets y-overflow to unset
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/standard/standard.css, line 10751
Examples
Default styling
A div
.ova-vi
Sets overflow to visible
A div
.ovx-vi
Sets x-overflow to visible
A div
.ovy-vi
Sets y-overflow to visible
A div
Markup
<div class="[modifier class]">A div</div>
Source: dist/standard/standard.css, line 10647