src/components/map/style.module.css (17 lines of code) (raw):

.wrap { position: relative; width: 100%; height: 100%; /* calculate height of the screen minus the heading */ } .map { position: absolute; color: black; width: 100%; height: 100%; overflow: hidden; } .rounded { border: solid 1px lightgray; border-radius: 0.75rem; /* this fixes the overflow:hidden for canvas - corresponds to 1 black pixel */ -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC); }