diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-06-10 12:23:17 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-06-10 12:23:17 +0200 |
| commit | fd46c28539cf7c130dfbb0458f7b9057ad4f1e46 (patch) | |
| tree | fc46112bca9a3a13745c6f0d58ef8595efd080ec /client/style/map.css | |
| parent | d4ba547a722e3ab72a8bd283a3d94d569518ea68 (diff) | |
before refactor
Diffstat (limited to 'client/style/map.css')
| -rw-r--r-- | client/style/map.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/client/style/map.css b/client/style/map.css index 39d3a8a..e64a4cd 100644 --- a/client/style/map.css +++ b/client/style/map.css @@ -1,4 +1,5 @@ #discoverablemap { + position: absolute; height: 100%; width: 100%; background-color: brown; @@ -11,6 +12,6 @@ body { } main { - height: 90%; - width: 95%; + position: relative; + height:100%; } |
