can you make the map extend to the bottom of the screen on smaller screens as well
203d ago
Done! I've updated the main page so the map now extends to the bottom of the screen on all screen sizes. The key change is removing the fixed h-96 height from the map container and adding flex-1 to make it fill all available vertical space. The main layout now properly uses flexbox to stretch the map to fill the screen while keeping the sidebar at its proper width on desktop.
203d ago
the map just completely disappears on smaller screens please fix it