From 8b94121bb25aa1a974a9b6efbd9ba7fce4258d1e Mon Sep 17 00:00:00 2001 From: Peter Sorger Date: Mon, 11 Feb 2013 13:48:05 +0100 Subject: [PATCH] z-index for #scrollwallpaper had problem with sidebar not showing in Chrome 25, the sidebar got under the map layer. Added z-index 1001; --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index f23b7799..ebe3d41d 100644 --- a/style.css +++ b/style.css @@ -17,6 +17,7 @@ body { top: 0; width: 340px; bottom: 45px; + z-index: 1001; } #sidebar {