@helping-ai-workflow/md2doc 2.6.0 → 2.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/md2doc.js +4 -2
  2. package/package.json +1 -1
package/lib/md2doc.js CHANGED
@@ -1095,8 +1095,10 @@ const html = `<!DOCTYPE html>
1095
1095
  flex: 1 1 auto;
1096
1096
  min-height: 0;
1097
1097
  overflow-y: auto;
1098
- /* Horizontal peek: no scrollbar, position driven by shift+wheel only. */
1099
- overflow-x: hidden;
1098
+ /* Horizontal peek: thin native scrollbar (drag/track-click/touchpad) plus
1099
+ the shift+wheel handler; appears only when a title actually overflows. */
1100
+ overflow-x: auto;
1101
+ scrollbar-width: thin;
1100
1102
  }
1101
1103
  .toc ul {
1102
1104
  list-style: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helping-ai-workflow/md2doc",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "description": "Markdown → HTML / PDF renderer with WaveDrom, Mermaid, and Graphviz support",
5
5
  "keywords": [
6
6
  "markdown",