mirror of
https://github.com/Automattic/harper.git
synced 2025-12-23 08:48:15 +00:00
fix(chrome-ext): use Harper-specific HTML tag to avoid CSS conflicts (#2101)
This commit is contained in:
parent
d68c6820b8
commit
c4017eba95
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ export default class RenderBox {
|
|||
private shadowHost: HTMLElement;
|
||||
|
||||
constructor(parent: Node) {
|
||||
this.shadowHost = document.createElement('div');
|
||||
this.shadowHost = document.createElement('harper-render-box');
|
||||
parent.appendChild(this.shadowHost);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue