Use webview service for creating webviews (#6470)

* modify to use webview service

* fix wrong inject
This commit is contained in:
Anthony Dresser
2019-07-26 22:40:35 -07:00
committed by GitHub
parent 371504358d
commit aacf1e7f1c
18 changed files with 42 additions and 41 deletions

View File

@@ -0,0 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
modelview-webview-component {
height: 100%;
width : 100%;
display: block;
}