From e18b9e89ebfd62de98bea1d8bef555655b90467d Mon Sep 17 00:00:00 2001 From: Jordan Vidrine <30537603+jordanvidrine@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:30:27 -0600 Subject: [PATCH] fix (#24) --- scss/topic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/topic.scss b/scss/topic.scss index 4d4beba..c995ae0 100644 --- a/scss/topic.scss +++ b/scss/topic.scss @@ -48,7 +48,7 @@ #topic-title { @include breakpoint(extra-large, $rule: min-width) { - z-index: 999; + z-index: z("composer", "content") - 1; padding: var(--spacing-block-l) var(--spacing-inline-xl); position: sticky; margin-bottom: 0;