From 1a7c4915e1b61ed7ff061f5e2cc1b9d3e3b47e1c Mon Sep 17 00:00:00 2001
From: Quantum <quantum2048@gmail.com>
Date: Sat, 29 Apr 2023 03:58:37 -0400
Subject: [PATCH] Prevent text bleeding

---
 jcal/src/Calendar.scss | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/jcal/src/Calendar.scss b/jcal/src/Calendar.scss
index 29a73f0..cfbca10 100644
--- a/jcal/src/Calendar.scss
+++ b/jcal/src/Calendar.scss
@@ -17,7 +17,7 @@
     font-weight: 600;
     position: sticky;
     top: 0;
-    z-index: 1;
+    z-index: 20;
     background: white;
     margin-top: -$spacer * 4;
     padding-top: $spacer * 4;
@@ -93,6 +93,7 @@
         background: white;
         margin-top: -$spacer * 7.5;
         padding-top: $spacer * 7.5;
+        z-index: 19;
     }
 
     .Month-days {
@@ -183,7 +184,7 @@
             border: 1px solid;
             width: fit-content;
             padding: 3px;
-            z-index: 20;
+            z-index: 10;
         }
     }
 }