We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b2cda commit 27c18d1Copy full SHA for 27c18d1
docs/_layouts/user-guide.html
@@ -146,9 +146,9 @@
146
var rightColumn = document.getElementById("rightColumn");
147
function updatePosition()
148
{
149
- tocColumn.style.left = (rightColumn.getBoundingClientRect().x - tocColumn.getBoundingClientRect().width) + "px";
150
if (window.innerWidth > 700)
151
tocColumn.style.display = "";
+ tocColumn.style.left = (rightColumn.getBoundingClientRect().x - tocColumn.getBoundingClientRect().width) + "px";
152
}
153
window.addEventListener("resize", updatePosition);
154
updatePosition();
0 commit comments