Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After open of the feedback dialog, background of other layered component is invisible. #5

Closed
reyzenkind opened this issue Dec 6, 2018 · 1 comment

Comments

@reyzenkind
Copy link

After open of the feedback dialog, background of other layered component is invisible.

Other layered component use also div with css class .mat-dialog-container.
feedback-dialog component set "mat-dialog-container" invisible.

https://github.com/RickonChen/feedback/blob/190e9fb6e5ddaa2fab372fbf3cb9a6d0e041e661/src/app/feedback/feedback-dialog/feedback-dialog.component.css

/deep/ .mat-dialog-container {
padding: 0;
overflow: visible;
background-color: rgba(255, 255, 255, 0);
box-shadow: initial;
}

Expected: after closing feedback-dialog , component restore default css for .mat-dialog-container

@RickonChen
Copy link
Owner

Hi @reyzenkind , version 1.1.8 or newer should fix the issue you met

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants