blob: 71a71d1e498ed999c7caf59d5074e13a293e454e [file] [log] [blame]
window.onload = function () {
if (document.getElementById("api") !== null) {
document.getElementsByClassName('md-sidebar--secondary')[0].style.position="absolute";
document.getElementsByClassName('md-sidebar--secondary')[0].style.left="-10000px";
}
}