handle really long lists of wallets in selector

This commit is contained in:
Marty Alcala 2016-10-12 19:19:35 -04:00
commit f9e4d731f4
2 changed files with 3 additions and 1 deletions

View file

@ -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%);