From e09725f46e726af4973d6e64fe4aa07fcbcfe1e4 Mon Sep 17 00:00:00 2001 From: Martin Rubli Date: Mon, 23 Oct 2023 23:00:53 +0200 Subject: [PATCH] static: css: Apply a quip-maps fix for non-resizable maps See commit 200335d594893f9a1b405279e53533e5024ee0eb in quip-maps for an explanation: demo: css: Fix attribution moving to bottom when map not resizeable --- static/css/hugo-mod-leaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/hugo-mod-leaflet.css b/static/css/hugo-mod-leaflet.css index 9fcef81..cd92038 100644 --- a/static/css/hugo-mod-leaflet.css +++ b/static/css/hugo-mod-leaflet.css @@ -1,4 +1,5 @@ .map-container { + position: relative; padding: 6px 6px 18px 6px; background: #eee; border-radius: 8px; @@ -28,7 +29,6 @@ } .map-attribution { - position: absolute; left: 0px; bottom: 3px; font-size: 11px;