diff options
| author | Volpeon <git@volpeon.ink> | 2024-06-29 14:50:39 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-06-29 14:50:39 +0200 |
| commit | 0f2ff105bbd911ba04c717af92fd116472d2b2d9 (patch) | |
| tree | 9c2fccc3bd5982094b3bf5d986bda4d7bcbf9332 /src/_utils.scss | |
| parent | Update (diff) | |
| download | iro-design-0f2ff105bbd911ba04c717af92fd116472d2b2d9.tar.gz iro-design-0f2ff105bbd911ba04c717af92fd116472d2b2d9.tar.bz2 iro-design-0f2ff105bbd911ba04c717af92fd116472d2b2d9.zip | |
Update
Diffstat (limited to 'src/_utils.scss')
| -rw-r--r-- | src/_utils.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 06afa62..a5e842d 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -169,9 +169,9 @@ $sizes: 0 10 50 75 100 125 200 400 700 800 !default; | |||
| 169 | position: relative; | 169 | position: relative; |
| 170 | } | 170 | } |
| 171 | 171 | ||
| 172 | @include iro.bem-utility('p-sticky-top') { | 172 | @include iro.bem-utility('p-sticky-bs') { |
| 173 | position: sticky; | 173 | position: sticky; |
| 174 | top: 0; | 174 | inset-block-start: 0; |
| 175 | } | 175 | } |
| 176 | 176 | ||
| 177 | @each $dir, $suffix in $dirs { | 177 | @each $dir, $suffix in $dirs { |
