From 82b632849c201ae60aaf17dd570753306890e1f2 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Tue, 10 Apr 2018 19:21:29 +0200 Subject: [PATCH] Fix delayed elevation collapsing animation; no rounded corners (#66) Probably due to differing height of container div because of inline line-height. --- css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index cae5019..474b3cf 100644 --- a/css/style.css +++ b/css/style.css @@ -65,9 +65,10 @@ footer { border-bottom: 1px dotted #818a91; } -#elevation-chart { - height: 175px; +.steelblue-theme.leaflet-control.elevation .background { + display: block; font-size: 80%; + border-radius: 0; } .form-group {