Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 58899a5

Browse files
committed
Workaround: Make sure the runestone dropdown always works
1 parent 1e2edfc commit 58899a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runestone/common/js/pretext.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ function setupPTXEvents() {
2727
window.addEventListener("load", function () {
2828
console.log("setting up pretext");
2929
setupPTXEvents();
30+
document.getElementById("primary-navbar-sticky-wrapper").style.overflow="visible"
3031
});

0 commit comments

Comments
 (0)