Merge pull request #215 from wufenfen/master

feat: 地图画布的底色继承外面的颜色
This commit is contained in:
@thinkinggis 2020-02-20 00:13:06 +08:00 committed by GitHub
commit 90d57e8945
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export function createRendererContainer(
z-index:2;
height: 100%;
width: 100%;
background: inherit;
pointer-events: none;
`;
$container.id = `l7-scene-${containerCounter++}`;