diff --git a/dist/components/Story.js b/dist/components/Story.js index 01032b3..df3ada5 100644 --- a/dist/components/Story.js +++ b/dist/components/Story.js @@ -86,7 +86,7 @@ var stylesheet = { } }, info: { - position: 'absolute', + position: 'fixed', background: 'white', top: 0, bottom: 0, @@ -467,4 +467,4 @@ Story.defaultProps = { showHeader: true, showSource: true, mtrcConf: {} -}; \ No newline at end of file +}; diff --git a/src/components/Story.js b/src/components/Story.js index 22641b3..74d15a6 100644 --- a/src/components/Story.js +++ b/src/components/Story.js @@ -25,7 +25,7 @@ const stylesheet = { }, }, info: { - position: 'absolute', + position: 'fixed', background: 'white', top: 0, bottom: 0,