Untitled

 avatar
unknown
plain_text
3 years ago
203 B
4
Indexable
const allTAGS =  document.getElementsByTagName("*");
for (item in allTAGS) {
    var style = window.getComputedStyle(document.getElementById('siteMapPanelBodyDiv'),null);
    return style.overflowY
}
Editor is loading...