В
Size: a a a
В
В
L
В
З🧟
В
А
L
В
L
all: initial !important;
З🧟
L
L
function test() {
const div = document.createElement("div")
document.body.appendChild(div)
const shadowRoot = div.attachShadow({ mode: "closed" })
shadowRoot.innerHTML = `
<div>
</div>
<style>
div {
position: fixed;
left: 0px;
top: 0px;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.1);
pointer-events: none;
z-index: 123456798;
}
</style>
`
}
test()
S
function test() {
const div = document.createElement("div")
document.body.appendChild(div)
const shadowRoot = div.attachShadow({ mode: "closed" })
shadowRoot.innerHTML = `
<div>
</div>
<style>
div {
position: fixed;
left: 0px;
top: 0px;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,0.1);
pointer-events: none;
z-index: 123456798;
}
</style>
`
}
test()
L
L
L
DE
DE
В