Skip to content

Commit

Permalink
Scale root with window
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-zeglen committed Mar 21, 2019
1 parent a2b0eee commit 587f2af
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -88,7 +88,9 @@ const styles = (theme: Theme) =>
},
display: "grid",
gridTemplateColumns: "1fr",
overflow: "hidden"
height: "100vh",
overflow: "hidden",
width: "100vw"
},
sidebar: {
[theme.breakpoints.up("lg")]: {
Expand Down

0 comments on commit 587f2af

Please sign in to comment.