Skip to main content

When you include a map widget in a custom view for a dataset you may notice that the height is not optimal for screens. You can change this with the following css in the Custom View tab of Visualisations in the backoffice. Adjust the min-height value to suit.

 

.odswidget-map {
    height:-webkit-fill-available;
    min-height: 600px;
}
.odswidget-map__map {
    height: 100%;
    min-height: 600px;
}

Be the first to reply!

Reply