summaryrefslogtreecommitdiff
path: root/frontend/src/styles/dashboard.css
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-12-20 14:09:20 +0100
committerArne Rief <riearn@proton.me>2025-12-20 14:09:20 +0100
commit237f8ae6c29bbf485c312b2fed4d5ab4f99a4eff (patch)
tree238e82a6dc22372c2f9bb8504ab9160be49bd4f3 /frontend/src/styles/dashboard.css
parent655ec610fcce8dd7748f10772d520bdff4f7c78e (diff)
Map and loading robots
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 */
+}