diff --git a/static/css/map.css b/static/css/map.css index 86d6b62..e80887b 100644 --- a/static/css/map.css +++ b/static/css/map.css @@ -2,8 +2,8 @@ position: absolute; top: 0px; bottom: 0px; - left: 0px; - right: 0px; + left: 25%; + width: 75%; z-index: -1; } @@ -26,8 +26,10 @@ #sidebar { position: absolute; - top: 20px; - left: 20px; - bottom: 20px; + background: #eee; + top: 0px; + left: 0px; + bottom: 0px; overflow: auto; + width: 25%; }