Skip to content

Commit e8c2a8b

Browse files
committed
Attempt to correct pre-release class set.
1 parent 1634d98 commit e8c2a8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_extensions/webr/qwebr-document-status.js

+3
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,9 @@ function qwebrCodeLinks() {
349349
if(sidebar) {
350350
// Append the container div to the sidebar
351351
sidebar.appendChild(containerDiv);
352+
// Force the sidebar to be clickable by removing the 'zindex-bottom' class
353+
// added in pre-release: https://github.com/quarto-dev/quarto-cli/commit/f0c53a1ffcaa1de4eccbf07803b096898248adcc
354+
sidebar.className = 'sidebar margin-sidebar';
352355
} else {
353356
// Get a debugger ...
354357
console.warn('Element with ID "quarto-margin-sidebar" not found.');

0 commit comments

Comments
 (0)