VL
Size: a a a
VL
М
М
И
XM
document.body.style.overflow = "hidden"
let w1 = document.documentElement.clientWidth
setTimeout(()=> {
document.body.style.overflow = "";
let w2 = document.documentElement.clientWidth
document.querySelector('body').style.marginRight = `-${w1-w2}px`;
}, 3000)
XM
М
XM
XM
XM
D
j
В
D
BB
В
PQ
BB