/ Published in: CSS
Important: this snipplet has moved to Github.
Expand |
Embed | Plain Text
/** * By default, the new dashboard (the white components bar on top of the map) is only 350 pixels wide, * but you can easily make it use the whole space available with CSS. * * "mapContainer" is the id of the div that contains the Map. * If you are using only one map on the map, you can use ".MicrosoftMap .NavBar" directly */ #mapContainer .MicrosoftMap .NavBar { width: 100%; }
You need to login to post a comment.
