8000 fix: ToC overflow scroll · nuxt-themes/docus@cbd21b9 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit cbd21b9

Browse files
committed
fix: ToC overflow scroll
1 parent b90c796 commit cbd21b9

File tree

Expand file tree

2 files changed

+409
-89
lines changed

2 files changed

+409
-89
lines changed

components/docs/DocsPageContent.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ css({
205205
display: 'flex',
206206
alignItems: 'center',
207207
mx: 'calc(0px - {space.4})',
208+
overflow: 'auto',
208209
'@sm': {
209210
mx: 'calc(0px - {space.6})',
210211
},

0 commit comments

Comments
 (0)
0