I have a dialog opened by dialogWindows. I removed it’s header via the following path:
vaadin-dialog-overlay::part(header) {
display: none;
}
But this should work for only one, not all dialogs. Is it possible to change the css for the dialog by giving it an id?