You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #10 (comment) I didn't think it was necessary to add those (and other) non-required styles,
but becase body, html { height: 100%; } is required to set the map element's (or any element really) height to a % value and match the expectation I think it's a good idea to note that with the minimal styles:
<style>
/* These styles are required if you wish to use
a % height value on the mapml-viewer element. */
html,
body {
height: 100%;
}
</style>
The text was updated successfully, but these errors were encountered:
In #10 (comment) I didn't think it was necessary to add those (and other) non-required styles,
but becase
body, html { height: 100%; }
is required to set the map element's (or any element really) height to a % value and match the expectation I think it's a good idea to note that with the minimal styles:The text was updated successfully, but these errors were encountered: