Skip to content

Commit

Permalink
fix data reference scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoh committed Oct 2, 2015
1 parent 48c989e commit c1a5a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default React.createClass({
);

return (
<div className="DataReference-container p3 scroll-y full-height">
<div className="DataReference-container p3 scroll-y">
<div className="DataReference-header flex mb1">
{backButton}
{closeButton}
Expand Down

0 comments on commit c1a5a44

Please sign in to comment.