Skip to content

Commit

Permalink
fix(addons-info): change stylesheetBase info height from 110vh to 100…
Browse files Browse the repository at this point in the history
…vh (#7141)

fix(addons-info): change stylesheetBase info height from 110vh to 100vh
  • Loading branch information
shilman authored Jun 18, 2019
2 parents 09ae57b + 0e2d46c commit 91a65a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/info/src/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const stylesheetBase = {
background: 'white',
top: 0,
left: 0,
height: '110vh',
height: '100vh',
width: '100vw',
overflow: 'auto',
zIndex: 99999,
Expand Down

0 comments on commit 91a65a8

Please sign in to comment.