Skip to content

Commit

Permalink
changes proposed by tsibley
Browse files Browse the repository at this point in the history
  • Loading branch information
emmahodcroft committed Sep 5, 2018
1 parent 141184a commit 2f36135
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class App extends React.Component {
height: availableHeight,
width: sidebarWidth,
maxWidth: sidebarWidth,
overflowY: "scroll",
overflowY: "auto",
overflowX: "hidden",
boxShadow: '-3px 0px 3px -3px rgba(0, 0, 0, 0.2) inset'
};
Expand Down Expand Up @@ -220,7 +220,6 @@ class App extends React.Component {
<Narrative
height={availableHeight - narrativeNavBarHeight}
width={sidebarStyles.width}
style={{overflow: "hidden"}}
/> :
<Controls mapOn={mapOn}/>
}
Expand Down

0 comments on commit 2f36135

Please sign in to comment.