summaryrefslogtreecommitdiff
path: root/frontend/src/styles/dashboard.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/styles/dashboard.css')
-rw-r--r--frontend/src/styles/dashboard.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/src/styles/dashboard.css b/frontend/src/styles/dashboard.css
new file mode 100644
index 0000000..c24deae
--- /dev/null
+++ b/frontend/src/styles/dashboard.css
@@ -0,0 +1,11 @@
+.dashboard-page {
+ position: relative;
+ width: 100vw;
+ height: 100vh;
+ overflow: hidden;
+}
+
+#map {
+ position: absolute;
+ inset: 0; /* = top,right,bottom,left: 0 */
+}