fix(component): ui storybook's doc page can not scroll (#6909)

This commit is contained in:
CatsJuice 2024-05-20 01:26:37 +00:00
parent b5fee274b1
commit 03104cd8b1
No known key found for this signature in database
GPG Key ID: 1C1E76924FAFDDE4

View File

@ -25,3 +25,7 @@ globalStyle('html[data-theme="dark"]', {
globalStyle('.docs-story', {
backgroundColor: 'var(--affine-background-primary-color)',
});
globalStyle('body.sb-main-fullscreen', {
overflowY: 'auto',
});