z-index for #scrollwallpaper

had problem with sidebar not showing in Chrome 25, the sidebar got under the map layer. Added z-index 1001;
This commit is contained in:
Peter Sorger
2013-02-11 13:48:05 +01:00
parent 63083407ed
commit 8b94121bb2

View File

@ -17,6 +17,7 @@ body {
top: 0; top: 0;
width: 340px; width: 340px;
bottom: 45px; bottom: 45px;
z-index: 1001;
} }
#sidebar { #sidebar {