handle really long lists of wallets in selector
This commit is contained in:
parent
54530ed04a
commit
f9e4d731f4
2 changed files with 3 additions and 1 deletions
|
|
@ -17,6 +17,8 @@ action-sheet {
|
|||
color: #2f2f2f;
|
||||
padding-bottom: 3.5rem;
|
||||
max-width: 550px;
|
||||
max-height: 100vh;
|
||||
overflow: scroll;
|
||||
|
||||
&.slide-up {
|
||||
transform: translateY(0) translateX(-50%);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue