mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
Handle full screen scrolling on iOS
This commit is contained in:
parent
1575faec63
commit
2974669c87
@ -75,7 +75,8 @@ const fullScreenPreviewStyle = {
|
||||
border: 0,
|
||||
margin: 0,
|
||||
padding: 0,
|
||||
overflow: 'hidden',
|
||||
overflow: 'auto',
|
||||
webkitOverflowScrolling: 'touch',
|
||||
};
|
||||
|
||||
const defaultSizes = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user