From e7c4c08e173826ac8baca5c89b2db79e16ffdff2 Mon Sep 17 00:00:00 2001 From: Morris Brodersen Date: Mon, 24 Jun 2024 08:56:53 +0200 Subject: [PATCH] fix z-indexing issue with date picker --- public/styles/app-date-picker.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/styles/app-date-picker.css b/public/styles/app-date-picker.css index f592bf3..03f1469 100644 --- a/public/styles/app-date-picker.css +++ b/public/styles/app-date-picker.css @@ -7,6 +7,7 @@ transform: translate(110%, 0); transition: all 0.2s ease-in-out; text-align: center; + z-index: 99; } .app-date-picker.-show {