Skip to content

Commit

Permalink
fix(uui-dialog): remove background (#781)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Overgaard <[email protected]>
  • Loading branch information
JesmoDev and iOvergaard authored Apr 11, 2024
1 parent 455c1ca commit 13fd470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-modal/lib/uui-modal.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export class UUIModalElement extends LitElement {
max-width: unset;
max-height: unset;
border: none;
background: none;
}
dialog::backdrop {
background: none;
Expand Down

0 comments on commit 13fd470

Please sign in to comment.