From 8454754d25701ed4ee61727e32afba6d1b04ec8d Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 8 May 2013 11:48:23 -0700 Subject: [PATCH] Fix gpx layer display (fixes #1436) --- css/app.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 5bfdb1891..3c2a05b4d 100644 --- a/css/app.css +++ b/css/app.css @@ -1799,7 +1799,7 @@ img.wiki-image { display:block; position:absolute; overflow:hidden; - top:0px; + top:0; left:0; right:0; bottom:0; @@ -1820,6 +1820,10 @@ img.wiki-image { #surface, #layer-g, .layer-layer { position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; } /* About Section