Skip to content

Commit

Permalink
feat: furo-ui5-busy-indicator with display block as default.
Browse files Browse the repository at this point in the history
  • Loading branch information
veith committed Jun 22, 2022
1 parent c415eca commit 0f22c7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/furo-ui5-busy-indicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ export class FuroUiBusyIndicator extends Busy.default {
}

static get styles() {
return super.styles;
return [
super.styles,
{
content:
':host(:not([hidden])) {display: block} .ui5-busy-indicator-root {height:100%}',
},
];
}
}
FuroUiBusyIndicator.define();

0 comments on commit 0f22c7d

Please sign in to comment.