From 3096752f5f41a97c141931072329b2f5850537f4 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 2 Dec 2025 16:19:54 +0100 Subject: [PATCH] Calendar Layer by default 400 --- html/css/calendar-blue.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/css/calendar-blue.css b/html/css/calendar-blue.css index 85172b05e..bc809b59b 100644 --- a/html/css/calendar-blue.css +++ b/html/css/calendar-blue.css @@ -1,6 +1,6 @@ /* The main calendar widget. DIV containing a table. */ -div.calendar { position: relative; z-index:13; } +div.calendar { position: relative; z-index:400; } .calendar, .calendar table { border: 1px solid #556;