diff options
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') { |