30 #Overflow Overflow
Classes for setting the overflow of an element.
Source:
dist/standard/standard.css
, line 10640
30.1 #Overflow - au .ov*-au
Sets the overflow of an element to auto.
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
30.2 #Overflow - hi .ov*-hi
Sets the overflow of an element to hidden.
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
30.3 #Overflow - sc .ov*-sc
Sets the overflow of an element to scroll.
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
30.4 #Overflow - un .ov*-un
Sets the overflow of an element to unset.
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
30.5 #Overflow - vi .ov*-vi
Sets the overflow of an element to visible.
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