From b66ae40a1e4d77cf17e797a255c5b3eededeeefb Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Mon, 16 Jan 2017 16:27:18 +0100 Subject: [PATCH] Allow layer list in inspect mode use more space (close #106) --- public/templates/data.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/data.tmpl b/public/templates/data.tmpl index c937703..edf4863 100644 --- a/public/templates/data.tmpl +++ b/public/templates/data.tmpl @@ -13,7 +13,7 @@ body {background:#fff;color:#333;} #map {position:absolute;top:0;left:0;right:250px;bottom:0;} h1 {position:absolute;top:5px;right:0;width:240px;margin:0;line-height:20px;font-size:20px;} - #layerList {position:absolute;top:35px;right:0;bottom:60%;width:240px;overflow:auto;} + #layerList {position:absolute;top:35px;right:0;bottom:0;width:240px;overflow:auto;} #layerList div div {width:15px;height:15px;display:inline-block;} {{/is_vector}}