Set min-height: 0 on page-container__bottom to fix overflow behaviour of add token list (#8874)

feature/default_network_editable
Dan J Miller 4 years ago committed by GitHub
parent 04198ec30a
commit 14fa80c105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/app/components/ui/page-container/index.scss

@ -46,6 +46,7 @@
flex: 1;
display: flex;
flex-direction: column;
min-height: 0;
}
&__footer {

Loading…
Cancel
Save