Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix scroll when modal doesn't fit in window (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdford authored and fieldju committed Sep 25, 2019
1 parent 1abbda7 commit 377aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/app/components/App/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

html, body {
height: 100%;
overflow-y: hidden;
}

#main-wrapper {
height: 100%;
overflow-y: hidden;
}

#content-wrapper {
Expand Down

0 comments on commit 377aee0

Please sign in to comment.