mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:31:19 +08:00
Merge pull request #2040 from amorriscode/issue#1227-full-screen-scrolling-ios
Handle full screen scrolling on iOS
This commit is contained in:
commit
6bf8ce53f9
@ -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