From 94c264da1d7e64c440e4646fc9d1cbad3d606f55 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 30 Jul 2008 00:15:34 +0000 Subject: [PATCH] make the zIndex of the map div 0 (unless otherwise specified by user). this fixes zindexing issues in FF3. (Closes #1635) git-svn-id: http://svn.openlayers.org/trunk/openlayers@7594 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- theme/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/default/style.css b/theme/default/style.css index 5e5283188a..7d2f605b30 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -1,4 +1,5 @@ div.olMap { + z-index: 0; padding: 0px!important; margin: 0px!important; }