Skip to content

Commit

Permalink
use fillBackground prop
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 7, 2024
1 parent 715d11a commit 2c98de7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class UmbBackofficeModalContainerElement extends UmbLitElement {
* @param modals
*/
#createModalElements(modals: Array<UmbModalContext>) {
this.removeAttribute('fill-background');
this.fillBackground = false;
const oldValue = this._modals;
this._modals = modals;

Expand Down

0 comments on commit 2c98de7

Please sign in to comment.