From 2ac5d0f72ccdc876bae4e02b14d2cb68d30881c6 Mon Sep 17 00:00:00 2001 From: FReenen Date: Sun, 19 May 2024 11:53:26 +0200 Subject: [PATCH] fix z-index mountView --- fr-calendar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr-calendar.css b/fr-calendar.css index 5936288..768f467 100644 --- a/fr-calendar.css +++ b/fr-calendar.css @@ -21,7 +21,6 @@ width: 100%; display: flex; min-width: var(--frcal--min-width, 1000px); - z-index: 10; } .frcal__month_first { @@ -182,6 +181,7 @@ background-color: var(--background-primary); overflow-y: scroll; text-align: center; + z-index: 10; } .frcal__mountView tr:hover {