KSS Style Guide

30 #Overflow Overflow

Classes for setting the overflow of an element.

Source: dist/full/full.css, line 19430
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/full/full.css, line 19515
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/full/full.css, line 19463
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/full/full.css, line 19489
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/full/full.css, line 19541
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/full/full.css, line 19437