mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-07 10:04:24 +00:00
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
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
.map-container {
|
.map-container {
|
||||||
|
position: relative;
|
||||||
padding: 6px 6px 18px 6px;
|
padding: 6px 6px 18px 6px;
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@@ -28,7 +29,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.map-attribution {
|
.map-attribution {
|
||||||
position: absolute;
|
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: 3px;
|
bottom: 3px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
Reference in New Issue
Block a user