diff options
| author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 15:13:02 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 15:13:02 -0400 |
| commit | f00ac29dff86169e5dee9d816961cc13979f9a50 (patch) | |
| tree | 024ac2af25a2f3119d0e1d13a8e31f099795a448 /maps-frontend/src/css/Canvas.css | |
| parent | 505870f7a9f6f0ad8130cee3995d68b10010c24d (diff) | |
Working on adapting maps frontend. Finished the time selector to change the time interval.
Diffstat (limited to 'maps-frontend/src/css/Canvas.css')
| -rw-r--r-- | maps-frontend/src/css/Canvas.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
