Skip to content

Commit

Permalink
fix: ToC overflow scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrtsky committed Dec 16, 2022
1 parent b90c796 commit cbd21b9
Show file tree
Hide file tree
Showing 2 changed files with 409 additions and 89 deletions.
1 change: 1 addition & 0 deletions components/docs/DocsPageContent.vue
Expand Up @@ -205,6 +205,7 @@ css({
display: 'flex',
alignItems: 'center',
mx: 'calc(0px - {space.4})',
overflow: 'auto',
'@sm': {
mx: 'calc(0px - {space.6})',
},
Expand Down

1 comment on commit cbd21b9

@vercel
Copy link

@vercel vercel bot commented on cbd21b9 Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.