Skip to content

Commit

Permalink
Set min-height: 0 on page-container__bottom to fix overflow behaviour…
Browse files Browse the repository at this point in the history
… of add token list (#8874)
  • Loading branch information
danjm authored Jul 1, 2020
1 parent 04198ec commit 14fa80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/components/ui/page-container/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
flex: 1;
display: flex;
flex-direction: column;
min-height: 0;
}

&__footer {
Expand Down

0 comments on commit 14fa80c

Please sign in to comment.