mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 14:03:24 +03:00
fix(component): ui storybook's doc page can not scroll (#6909)
This commit is contained in:
parent
b5fee274b1
commit
03104cd8b1
@ -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',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user