Skip to content

Commit

Permalink
Ensure CodeSurfer div does not exceed the viewport width
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Mar 24, 2019
1 parent 1d43c6d commit 705ddbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdx-deck-code-surfer/src/deck-code-surfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class InnerCodeSurfer extends React.Component {
<div
style={{
height: "100vh",
maxWidth: "100vw",
display: "flex",
flexDirection: "column",
justifyContent: "center"
Expand Down

0 comments on commit 705ddbc

Please sign in to comment.