From 237f8ae6c29bbf485c312b2fed4d5ab4f99a4eff Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Sat, 20 Dec 2025 14:09:20 +0100 Subject: Map and loading robots --- frontend/src/styles/dashboard.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 frontend/src/styles/dashboard.css (limited to 'frontend/src/styles/dashboard.css') 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 */ +} -- cgit v1.2.3