Skip to content

Commit

Permalink
Merge pull request #653 from nextstrain/578
Browse files Browse the repository at this point in the history
Fix last narrative scroll issue 578
  • Loading branch information
jameshadfield authored Sep 5, 2018
2 parents cc30c75 + 2f36135 commit 966854c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ class App extends React.Component {
height: availableHeight,
width: sidebarWidth,
maxWidth: sidebarWidth,
overflow: "scroll",
overflowY: "auto",
overflowX: "hidden",
boxShadow: '-3px 0px 3px -3px rgba(0, 0, 0, 0.2) inset'
};
const contentStyles = {
Expand Down

0 comments on commit 966854c

Please sign in to comment.