GITLINK 1.9.1
Installation
quarto add mcanouil/quarto-gitlink@1.9.1Changelog
Bug Fixes
- fix: Keep a sidebar tools widget's menu inside the sidebar, so a docked sidebar carrying the widget no longer has a permanent horizontal scrollbar. Quarto's sidebar sets
overflow-y: autoand leavesoverflow-xatvisible, which computes toauto, so a menu wider than the column scrolled it sideways instead of being clipped; the menu was anchored to the centred trigger and sized to its content, so it ran past the right edge, and because it is hidden withvisibilityrather thandisplayit did so even while shut. The menu is now stretched between both edges of the tools row, which spans the column. The navbar andsidebar.contentsplacements are unaffected.
What's Changed
- ci: harmonise release workflow ♻️ by @mcanouil in #47
- fix: keep the sidebar tools widget menu inside the column by @mcanouil in #49
- ci: bump version for release 🚀 by @mcanouil-dev[bot] in #50
Full Changelog: 1.9.0...1.9.1