IGX Dialog CSS issue
New DiscussionHi , we are using multiple child components in one parent and each child component uses igx dialog . each have there own width , height , overflow etc. To make some customization we are overriding igx dialog window class.
.igx-dialog__window {
max-height: 70%;
width: 60%;
position: fixed;
top: 15%;
left: 20%;
background: #fff;
z-index: 1;
overflow: auto;
}
in certain child components this is not working and we have to use ::ng-deep to make it work. if we use :: ng-deep it is applied globally and we dont want that.
tried using :host ::ng-deep that also seems to not work. any recommendations on how to set the custom css styles to individual child compone nts igx dialog or can we apply any custom class to the igx dialog directive and customize css for that dialog rather than applying for .igx-dialog__window as generic
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
10 Created On
Dec 06, 2024 Last Post
3 weeks, 2 days ago 
