Skip to content

Commit

Permalink
fix content component scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Feb 13, 2018
1 parent 62e551e commit 0f99896
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renderer/components/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const Content = ({ children }) => {
max-height: calc(580px - 246px);
margin-bottom: 10px;
overflow-y: auto;
margin-left: -25px;
margin-right: -25px;
padding-left: 25px;
padding-right: 25px;
}
`}</style>
</div>
Expand Down

0 comments on commit 0f99896

Please sign in to comment.