Skip to content

Commit

Permalink
fix: Force scroll on app layout root, fixes #262 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
raae authored May 5, 2021
1 parent 83bca39 commit 63bc3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/app/AppLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export const permanentDrawerWidth = "35%"
const useStyles = makeStyles((theme) => ({
root: {
display: "flex",
minHeight: "100vh",
height: "100vh",
overflowY: "scroll",
flexDirection: "row-reverse",
justifyContent: "flex-end",
"& main": {
Expand Down

0 comments on commit 63bc3fe

Please # to comment.