Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Make the info overlay be fixed #146

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var stylesheet = {
}
},
info: {
position: 'absolute',
position: 'fixed',
background: 'white',
top: 0,
bottom: 0,
Expand Down Expand Up @@ -467,4 +467,4 @@ Story.defaultProps = {
showHeader: true,
showSource: true,
mtrcConf: {}
};
};
2 changes: 1 addition & 1 deletion src/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const stylesheet = {
},
},
info: {
position: 'absolute',
position: 'fixed',
background: 'white',
top: 0,
bottom: 0,
Expand Down