mirror of
https://github.com/mathuo/dockview
synced 2025-10-11 18:38:05 +00:00
style: size content of react watermark
This commit is contained in:
parent
bf5d2962b5
commit
076ff7e1b5
@ -28,6 +28,8 @@ export class ReactWatermarkPart implements WatermarkPart {
|
||||
private readonly reactPortalStore: ReactPortalStore
|
||||
) {
|
||||
this._element = document.createElement('div');
|
||||
this._element.style.height = '100%';
|
||||
this._element.style.width = '100%';
|
||||
}
|
||||
|
||||
public init(parameters: GroupPanelPartInitParameters): void {
|
||||
|
Loading…
x
Reference in New Issue
Block a user