diff --git a/css/map.css b/css/map.css index ac92d19..2c516ff 100644 --- a/css/map.css +++ b/css/map.css @@ -4,8 +4,20 @@ .app-container { display: flex; height: 100vh; - overflow: hidden; /* Add this to prevent scrollbars */ - font-family: 'Poppins', sans-serif; + overflow: hidden; +} + +.sidebar { + width: 300px; + min-width: 300px; + background-color: #253342; + color: white; + padding: 20px; +} + +.map-area { + flex: 1; + width: calc(100% - 300px); } #map { diff --git a/map.html b/map.html index 56bba6b..1cf10b6 100644 --- a/map.html +++ b/map.html @@ -20,314 +20,61 @@ map.html ```html <<<<<<< SEARCH + + +
+ + +