1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Add max height for Firefox addon overflow and hide horizontal scroll

This commit is contained in:
tmashuang 2018-01-10 21:56:07 -08:00
parent 60a52b2608
commit be604391d0

View File

@ -441,7 +441,9 @@ input.large-input {
.account-detail-section {
display: flex;
flex-wrap: wrap;
overflow-x: hidden;
overflow-y: auto;
max-height: 465px;
flex-direction: inherit;
}