File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
examples/official-storybook/stories/__snapshots__ Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import addons from '@storybook/addons';
55
66const style = {
77 wrapper : {
8- overflow : 'scroll ' ,
8+ overflow : 'auto ' ,
99 position : 'fixed' ,
1010 top : 0 ,
1111 bottom : 0 ,
Original file line number Diff line number Diff line change 22
33exports[`Storyshots Addons|Backgrounds story 1 1`] = `
44<div
5- style="overflow:scroll ;position:fixed;top:0;bottom:0;right:0;left:0;transition:background 0.25s ease-in-out;background-position:center;background-size:cover;background:transparent"
5+ style="overflow:auto ;position:fixed;top:0;bottom:0;right:0;left:0;transition:background 0.25s ease-in-out;background-position:center;background-size:cover;background:transparent"
66>
77 <button>
88 You should be able to switch backgrounds for this story
@@ -12,7 +12,7 @@ exports[`Storyshots Addons|Backgrounds story 1 1`] = `
1212
1313exports[`Storyshots Addons|Backgrounds story 2 1`] = `
1414<div
15- style="overflow:scroll ;position:fixed;top:0;bottom:0;right:0;left:0;transition:background 0.25s ease-in-out;background-position:center;background-size:cover;background:transparent"
15+ style="overflow:auto ;position:fixed;top:0;bottom:0;right:0;left:0;transition:background 0.25s ease-in-out;background-position:center;background-size:cover;background:transparent"
1616>
1717 <button>
1818 This one too!
You can’t perform that action at this time.
0 commit comments