Commit 80158cac authored by Michael Demarais's avatar Michael Demarais

Improve scroll performance of Token List

Fixes https://github.com/Uniswap/uniswap-frontend/issues/139
parent 3863613f
...@@ -180,6 +180,7 @@ ...@@ -180,6 +180,7 @@
} }
&__token-list { &__token-list {
-webkit-overflow-scrolling: touch;
height: 17.5rem; height: 17.5rem;
overflow-y: auto; overflow-y: auto;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment