We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9c61c commit 80ca067Copy full SHA for 80ca067
LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html
@@ -2673,6 +2673,10 @@ <h3>Proofs</h3>
2673
});
2674
2675
function toggleSidebar() {
2676
+ if (event.target.closest('.sidebar')) {
2677
+ // Don't toggle if interacting inside the sidebar
2678
+ return;
2679
+ }
2680
sidebar.classList.remove('partially-expanded');
2681
sidebar.classList.toggle('expanded');
2682
sidebar.classList.remove('collapsed');
0 commit comments