@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.
- package/lib/md2doc.js +4 -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:
|
|
1099
|
-
|
|
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;
|