diff options
author | Volpeon <git@volpeon.ink> | 2024-11-16 11:34:57 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-16 11:34:57 +0100 |
commit | 9262c000cde6610ff2be5a3f66f63a097101ef00 (patch) | |
tree | 90b4bf213afa359b1371e6485a0574f6f7f9b501 /src/_utils.scss | |
parent | Tabs (diff) | |
download | iro-design-9262c000cde6610ff2be5a3f66f63a097101ef00.tar.gz iro-design-9262c000cde6610ff2be5a3f66f63a097101ef00.tar.bz2 iro-design-9262c000cde6610ff2be5a3f66f63a097101ef00.zip |
Sticky offset
Diffstat (limited to 'src/_utils.scss')
-rw-r--r-- | src/_utils.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 598eae4..6e7faf7 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -214,7 +214,7 @@ $-sizes: ( | |||
214 | 214 | ||
215 | @include bem.utility('p-sticky-bs') { | 215 | @include bem.utility('p-sticky-bs') { |
216 | position: sticky; | 216 | position: sticky; |
217 | inset-block-start: 0; | 217 | inset-block-start: props.get(vars.$sticky-top-offset); |
218 | } | 218 | } |
219 | 219 | ||
220 | @include bem.utility('p-sticky-be') { | 220 | @include bem.utility('p-sticky-be') { |