@@ -20,16 +20,16 @@ Adjust the `overflow` property on the fly with four default values and classes.
This is an example of using .overflow-visible
on an element with set width and height dimensions.
-
+
This is an example of using .overflow-scroll
on an element with set width and height dimensions.
```html
-
...
+
...
...
...
-
...
+
...
```
### `overflow-x`
@@ -37,7 +37,7 @@ Adjust the `overflow` property on the fly with four default values and classes.
Adjust the `overflow-x` property to affect the overflow of content horizontally.
-
+
.overflow-x-auto
example on an element
with set width and height dimensions.
@@ -49,17 +49,17 @@ Adjust the `overflow-x` property to affect the overflow of content horizontally.
.overflow-x-visible
example
on an element with set width and height dimensions.
-
+
.overflow-x-scroll
example on an element
with set width and height dimensions.
```html
-
...
+
...
...
...
-
...
+
...
```
### `overflow-y`
@@ -67,7 +67,7 @@ Adjust the `overflow-x` property to affect the overflow of content horizontally.
Adjust the `overflow-y` property to affect the overflow of content vertically.
-
+
.overflow-y-auto
example on an element with set width and height dimensions.
@@ -76,16 +76,16 @@ Adjust the `overflow-y` property to affect the overflow of content vertically.
.overflow-y-visible
example on an element with set width and height dimensions.
-
+
.overflow-y-scroll
example on an element with set width and height dimensions.
```html
-
...
+
...
...
...
-
...
+
...
```
Using Sass variables, you may customize the overflow utilities by changing the `$overflows` variable in `_variables.scss`.