We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20367d1 commit f2d6d9dCopy full SHA for f2d6d9d
dist/web-map.js
@@ -129,6 +129,7 @@ export class WebMap extends HTMLMapElement {
129
`width: 300px;` +
130
`border-width: 2px;` + // Set a default border for contrast, similar to UA default for iframes.
131
`border-style: inset;` +
132
+ `box-sizing: inherit;` + // https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/350#issuecomment-888361985
133
`}` +
134
`[is="web-map"][frameborder="0"] {` +
135
`border-width: 0;` +
0 commit comments