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:
Martin Rubli
2023-10-23 23:00:53 +02:00
parent ef18860c55
commit e09725f46e

View File

@@ -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;