From 25a030e38ffdc930f233fd9291147f4405f0006e Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 6 Jan 2020 16:30:56 +0000 Subject: [PATCH] raise the z-index values for calendar.css, we need more room git-svn-id: svn://192.168.202.10@3184 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/calendar.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/agc/calendar.css b/www/agc/calendar.css index a3ddcae5..25805ced 100644 --- a/www/agc/calendar.css +++ b/www/agc/calendar.css @@ -8,7 +8,7 @@ img.tcalIcon { div#tcal { position: absolute; visibility: hidden; - z-index: 100; + z-index: 500; width: 158px; padding: 2px 0 0 0; } @@ -74,14 +74,14 @@ div#tcal td.selected { iframe#tcalIF { position: absolute; visibility: hidden; - z-index: 98; + z-index: 498; border: 0; } /* transparent shadow */ div#tcalShade { position: absolute; visibility: hidden; - z-index: 99; + z-index: 499; } div#tcalShade table { border: 0;