Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Some of the css is sorta wonky, and moving the map causes it to be cut-off at weird places.

My recommendation is to use calc along with vh:

.map-application { height: 100vh; }

#map { height: calc(100% - 13em); //100% - height of .info-bar }



Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: