We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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
The text was updated successfully, but these errors were encountered:
Hi @reyzenkind , version 1.1.8 or newer should fix the issue you met
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: