From cc8dc7efe993c4289c148638941ae65549358295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82adys=C5=82aw=20Komorek?= <46459787+wlakom@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:52:42 +0100 Subject: [PATCH] Update style.css --- style.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index dea0328..ad25a10 100644 --- a/style.css +++ b/style.css @@ -5,12 +5,15 @@ html, body, .map-container { a:hover { text-decoration: none; + background: #e0e0f7; } #map { width: 100%; - height: calc(100% - 90px); + height: calc(100vh - 120px); margin-top: 100px; + position: relative; + z-index: 1; } .leaflet-container { @@ -146,16 +149,18 @@ a:hover { #footer { height: 40px; width: 100%; - background-color: rgba(255,255,255,.7); + background-color: #e0e0f7; position: sticky; bottom: 0; + padding-top: 20px; + margin-top: 20px; } - +/* #footer .container > div { - padding-top: 11px; + padding-bottom: 11px; } - +*/ .tooltip { font-size:12px; -} \ No newline at end of file +}