diff --git a/src/components/atoms/snippetPreview/_index.scss b/src/components/atoms/snippetPreview/_index.scss index 60607e7aa..926cef35c 100644 --- a/src/components/atoms/snippetPreview/_index.scss +++ b/src/components/atoms/snippetPreview/_index.scss @@ -30,3 +30,8 @@ margin-right: calc((640px - 882px) / 2 + 2.125rem) !important; } } + +#scroll-progress { + position: relative !important; + z-index: 0 !important; +}