From e70da7d3a9c0241944a035c42cfc7927cd2314e5 Mon Sep 17 00:00:00 2001 From: JeremyJamesL Date: Sat, 28 Dec 2024 16:39:18 +1100 Subject: fixed positioning --- src/index.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index 57ac450..08ab90b 100644 --- a/src/index.css +++ b/src/index.css @@ -9,11 +9,14 @@ } */ #map { - height: 100%; - height: calc(100dvh - (64px + 288px)); + height: 100dvh; width: 100%; } +.bottom--hide { + bottom: -14rem; +} + .gm-style-mtc-bbw { display: none; } @@ -84,3 +87,9 @@ body { stroke-miterlimit: 10; stroke-dasharray: 4, 3; } + +.bar { + height: 20px; + width: 200px; + background-color: red; +} -- cgit v1.2.3