-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating NetworkListMenu component to show as many networks in the ne…
…twork list as screen realestate allows (#20801)
- Loading branch information
1 parent
ac810ce
commit e44887c
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
.multichain-network-list-menu-content-wrapper { | ||
&__dialog { | ||
max-height: 100%; | ||
} | ||
} | ||
|
||
.multichain-network-list-menu { | ||
max-height: 200px; | ||
max-height: 100%; | ||
overflow: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters