From 7a98ae0601b5f0acdc5d623baf3e81f0f4ccf660 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Fri, 31 Jan 2025 09:34:12 -0600 Subject: [PATCH] Sticky headings should appear above event chips --- app/assets/stylesheets/events.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/events.css b/app/assets/stylesheets/events.css index b0b6f88d7..a84f1fa4a 100644 --- a/app/assets/stylesheets/events.css +++ b/app/assets/stylesheets/events.css @@ -45,7 +45,7 @@ background-color: var(--color-bg); inset-block-start: 0; padding-block: var(--grid-lines); - z-index: 1; + z-index: 2; } .event__timestamp {