Skip to content

Commit

Permalink
fix: set overflow to auto for app-content and train-page-menu (micros…
Browse files Browse the repository at this point in the history
  • Loading branch information
stew-ro authored Jul 2, 2020
1 parent 742ac80 commit 612a1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
flex-grow: 1;
display: flex;
flex-direction: column;
overflow-y: scroll;
overflow: auto;
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/react/components/pages/train/trainPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.train-page-menu {
display: flex;
width: 400px;
overflow-y: scroll;
overflow: auto;
}

.train-message {
Expand Down

0 comments on commit 612a1b6

Please sign in to comment.