11 #Overflow Overflow
Classes for setting the overflow of an element.
Source:
dist/minimal/minimal.css
, line 6242
11.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/minimal/minimal.css
, line 6327
11.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/minimal/minimal.css
, line 6275
11.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/minimal/minimal.css
, line 6301
11.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/minimal/minimal.css
, line 6353
11.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/minimal/minimal.css
, line 6249