react-storybook-decorator-background
react-storybook-decorator-background copied to clipboard
Background color does not work with scroll
https://cl.ly/022L3k1p2O15
The background color only covers the initial, visible portion of the screen. When scrolling down, the background is not colored.
This is due to position: absolute;
style of the decorator's element. Need to change to fixed
as before. Or even better make it possible to pass an option
https://github.com/jakelazaroff/react-storybook-decorator-background/compare/master...infu:patch-1