1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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

This commit is contained in:
Dan J Miller 2020-07-01 05:52:36 -02:30 committed by GitHub
parent 04198ec30a
commit 14fa80c105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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