Calendar Layer by default 400

This commit is contained in:
sparkyx 2025-12-02 16:19:54 +01:00
parent 10f438f2cb
commit 3096752f5f

View file

@ -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;