Skip to content

Commit 0ecc871

Browse files
committed
fallback render select border
1 parent c5ebc7c commit 0ecc871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/uui-card/lib/uui-card.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ export class UUICardElement extends SelectOnlyMixin(
8484
}
8585

8686
protected render() {
87-
return html`<slot></slot>`;
87+
return html`<slot></slot>
88+
<div id="select-border"></div>`;
8889
}
8990

9091
static styles = [

0 commit comments

Comments
 (0)