From f9e388eb6ecae44a24db018e36cfac5dd54f12f3 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Fri, 15 Sep 2023 00:35:19 -0500 Subject: [PATCH] fix ordering issue --- src/styles/post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/post.scss b/src/styles/post.scss index 35bc597..05d9939 100644 --- a/src/styles/post.scss +++ b/src/styles/post.scss @@ -104,6 +104,7 @@ position: sticky; top: 0; background-color: var(--background-color); + z-index: 2; } &[open] summary {