aboutsummaryrefslogtreecommitdiff
path: root/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.css')
-rw-r--r--src/index.css13
1 files changed, 11 insertions, 2 deletions
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;
+}