mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix(component): ui storybook's doc page can not scroll (#6909)
This commit is contained in:
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user