diff options
author | Volpeon <git@volpeon.ink> | 2024-11-23 14:24:50 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-23 14:24:50 +0100 |
commit | 23f9cf2737d0870be1206144656ab0c53c4aa5d7 (patch) | |
tree | 80ff7976b69bced13861510c36674bdc967d99f5 /src/_utils.scss | |
parent | Tabbar (diff) | |
download | iro-design-23f9cf2737d0870be1206144656ab0c53c4aa5d7.tar.gz iro-design-23f9cf2737d0870be1206144656ab0c53c4aa5d7.tar.bz2 iro-design-23f9cf2737d0870be1206144656ab0c53c4aa5d7.zip |
Fix
Diffstat (limited to 'src/_utils.scss')
-rw-r--r-- | src/_utils.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index bd92454..e90aa57 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -200,6 +200,10 @@ $-sizes: ( | |||
200 | white-space: nowrap; | 200 | white-space: nowrap; |
201 | } | 201 | } |
202 | 202 | ||
203 | @include bem.utility('o-auto') { | ||
204 | overflow: auto; | ||
205 | } | ||
206 | |||
203 | @include bem.utility('o-hidden') { | 207 | @include bem.utility('o-hidden') { |
204 | overflow: hidden; | 208 | overflow: hidden; |
205 | } | 209 | } |