We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1634d98 commit e8c2a8bCopy full SHA for e8c2a8b
_extensions/webr/qwebr-document-status.js
@@ -349,6 +349,9 @@ function qwebrCodeLinks() {
349
if(sidebar) {
350
// Append the container div to the sidebar
351
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';
355
} else {
356
// Get a debugger ...
357
console.warn('Element with ID "quarto-margin-sidebar" not found.');
0 commit comments