From f00ac29dff86169e5dee9d816961cc13979f9a50 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Fri, 16 Apr 2021 15:13:02 -0400 Subject: Working on adapting maps frontend. Finished the time selector to change the time interval. --- maps-frontend/src/css/Canvas.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 maps-frontend/src/css/Canvas.css (limited to 'maps-frontend/src/css/Canvas.css') diff --git a/maps-frontend/src/css/Canvas.css b/maps-frontend/src/css/Canvas.css new file mode 100644 index 0000000..1bc45b5 --- /dev/null +++ b/maps-frontend/src/css/Canvas.css @@ -0,0 +1,6 @@ +.Map-canvas { + touch-action: none; + + position: absolute; + z-index: 5; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2