What is the expected behavior?
Fullscreen should correctly display CDK drag & drop while in fullscreen via javascript Fullscreen API
What is the current behavior?
dragged object is not visible while dragging.
What are the steps to reproduce?
- register FullscreenOverlayContainer in module providers:
{provide: OverlayContainer, useClass: FullscreenOverlayContainer}
- use
screenfull npm package in angular aplication to implement fullscreen feature
dragged elements should be visible while dragging but not

Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular: 7.2.3
Material & CDK: 7.3.0
Typescript 3.2.4
Windows 10
Chrome
Is there anything else we should know?
I create my own MaterialModule which imports & exports necessary modules from @angular/material. That module is being imported into each feature module that use the fullscreen function.
What is the expected behavior?
Fullscreen should correctly display CDK drag & drop while in fullscreen via javascript Fullscreen API
What is the current behavior?
dragged object is not visible while dragging.
What are the steps to reproduce?
{provide: OverlayContainer, useClass: FullscreenOverlayContainer}screenfullnpm package in angular aplication to implement fullscreen featuredragged elements should be visible while dragging but not

Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular: 7.2.3
Material & CDK: 7.3.0
Typescript 3.2.4
Windows 10
Chrome
Is there anything else we should know?
I create my own MaterialModule which imports & exports necessary modules from
@angular/material. That module is being imported into each feature module that use the fullscreen function.