Untitled

Anonymous
plain_text
11/02/2022 3:22 PM
272 B
14
Indexable
const allTAGS =  document.getElementsByTagName("*");
for (item in allTAGS) {
    var style = window.getComputedStyle(document.getElementById('siteMapPanelBodyDiv'),null);
    return style.overflowY
}
Editor is loading...