mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add max height for Firefox addon overflow and hide horizontal scroll
This commit is contained in:
parent
60a52b2608
commit
be604391d0
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user