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:
parent
04198ec30a
commit
14fa80c105
@ -46,6 +46,7 @@
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
&__footer {
|
||||
|
Loading…
Reference in New Issue
Block a user