Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
Fix view overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
doZennn committed Sep 7, 2019
1 parent ef6907b commit 3aadc08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ class App extends React.Component {
style={{
position: 'absolute',
top: 0,
height: '100vh',
height: 'calc(100vh - 30px)',
width: '100%',
overflow: 'hidden'
}}
paneStyle={{
marginTop: 30,
Expand Down

0 comments on commit 3aadc08

Please sign in to comment.