From 91a5b8c5a3d4a1a2eacff930931736efc4e31538 Mon Sep 17 00:00:00 2001 From: Quantum Date: Mon, 14 Feb 2022 20:00:22 -0500 Subject: [PATCH] Fix z-index issues --- src/Calendar.scss | 1 + src/index.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Calendar.scss b/src/Calendar.scss index a2e96de..b4eda90 100644 --- a/src/Calendar.scss +++ b/src/Calendar.scss @@ -17,6 +17,7 @@ font-weight: 600; position: sticky; top: 0; + z-index: 1; background: white; margin-top: -$spacer * 4; padding-top: $spacer * 4; diff --git a/src/index.scss b/src/index.scss index 6bb640e..66205d5 100644 --- a/src/index.scss +++ b/src/index.scss @@ -24,7 +24,7 @@ nav.navbar { background: $light; position: fixed; top: 0; - z-index: 1; + z-index: 100; left: 0; right: 0;