summaryrefslogtreecommitdiff
path: root/client/style/map.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/style/map.css')
-rw-r--r--client/style/map.css5
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%;
}