From 456205854c0a19038a4c153ec7acc2a6e797ee12 Mon Sep 17 00:00:00 2001 From: Olena Sovyn Date: Thu, 13 Apr 2017 13:29:14 +0100 Subject: [PATCH 1/2] fix view of the information when decorators are used --- src/components/Story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, From 450e42d4bbb94bd863787518703a88fff781fbfe Mon Sep 17 00:00:00 2001 From: Olena Sovyn Date: Thu, 13 Apr 2017 13:36:12 +0100 Subject: [PATCH 2/2] fix position for the information --- dist/components/Story.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +};