diff options
| author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 17:36:25 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 17:36:25 -0400 |
| commit | 5f1c8ad8dd2944d6791971ba7fc5a4da97a9e9ac (patch) | |
| tree | 707e3e477104c246cf75110cbc7dc63f18c3fce7 /maps-frontend/src/css | |
| parent | a2dc033f7d80ec4599e6c0f7bb1ef5753d8799fa (diff) | |
Got the canvas to show. Looking pretty good
Diffstat (limited to 'maps-frontend/src/css')
| -rw-r--r-- | maps-frontend/src/css/Canvas.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/maps-frontend/src/css/Canvas.css b/maps-frontend/src/css/Canvas.css index 8dee765..e67d87d 100644 --- a/maps-frontend/src/css/Canvas.css +++ b/maps-frontend/src/css/Canvas.css @@ -2,4 +2,6 @@ /*touch-action: none; */ position: absolute; z-index: 5; + width: 100vw; + height: 100vh; }
\ No newline at end of file |
