html, body {
    height: 100%;
    margin: 0;
}

.map--holder {
    height: 90vh;
    width: 100%;
    position: relative;
    background: #becddc;
    border: 1px solid var(--grey-three);
    overflow: visible;
}

/* Ensure map remains positioned correctly */
arcgis-map {
    position: relative;
}