Improve scroll performance of Token List

Fixes https://github.com/Uniswap/uniswap-frontend/issues/139
This commit is contained in:
Michael Demarais 2018-12-16 19:51:10 -05:00
parent 3863613fa1
commit 80158cac11

@ -180,6 +180,7 @@
}
&__token-list {
-webkit-overflow-scrolling: touch;
height: 17.5rem;
overflow-y: auto;
}