From 13fd470e233c51b0312ebde2ad77934108d15202 Mon Sep 17 00:00:00 2001 From: JesmoDev <26099018+JesmoDev@users.noreply.github.com> Date: Thu, 11 Apr 2024 09:58:12 +0200 Subject: [PATCH] fix(uui-dialog): remove background (#781) Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> --- packages/uui-modal/lib/uui-modal.element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/uui-modal/lib/uui-modal.element.ts b/packages/uui-modal/lib/uui-modal.element.ts index 4b47e7072..a57278ebc 100644 --- a/packages/uui-modal/lib/uui-modal.element.ts +++ b/packages/uui-modal/lib/uui-modal.element.ts @@ -95,6 +95,7 @@ export class UUIModalElement extends LitElement { max-width: unset; max-height: unset; border: none; + background: none; } dialog::backdrop { background: none;