Skip to content

Commit

Permalink
Attempt to correct pre-release class set.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jun 16, 2024
1 parent 1634d98 commit e8c2a8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _extensions/webr/qwebr-document-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ function qwebrCodeLinks() {
if(sidebar) {
// Append the container div to the sidebar
sidebar.appendChild(containerDiv);
// Force the sidebar to be clickable by removing the 'zindex-bottom' class
// added in pre-release: https://github.com/quarto-dev/quarto-cli/commit/f0c53a1ffcaa1de4eccbf07803b096898248adcc
sidebar.className = 'sidebar margin-sidebar';
} else {
// Get a debugger ...
console.warn('Element with ID "quarto-margin-sidebar" not found.');
Expand Down

0 comments on commit e8c2a8b

Please sign in to comment.