mirror of
https://github.com/liriliri/eruda.git
synced 2026-04-05 10:28:34 +08:00
fix: container style affected #119
This commit is contained in:
@@ -151,6 +151,7 @@ module.exports = {
|
||||
if (!el) {
|
||||
el = document.createElement('div')
|
||||
document.documentElement.appendChild(el)
|
||||
el.style.all = 'initial'
|
||||
}
|
||||
|
||||
let shadowRoot
|
||||
|
||||
Reference in New Issue
Block a user