react-storybook-decorator-background icon indicating copy to clipboard operation
react-storybook-decorator-background copied to clipboard

Background color does not work with scroll

Open Matt-Butler opened this issue 8 years ago • 2 comments

https://cl.ly/022L3k1p2O15

The background color only covers the initial, visible portion of the screen. When scrolling down, the background is not colored.

Matt-Butler avatar Feb 13 '17 21:02 Matt-Butler

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

mwmaleks avatar Aug 30 '17 11:08 mwmaleks

https://github.com/jakelazaroff/react-storybook-decorator-background/compare/master...infu:patch-1

infu avatar May 15 '18 06:05 infu