From 80158cac114b1e97d79a10c698aa5f1b161e7fb8 Mon Sep 17 00:00:00 2001 From: Michael Demarais Date: Sun, 16 Dec 2018 19:51:10 -0500 Subject: [PATCH] Improve scroll performance of Token List Fixes https://github.com/Uniswap/uniswap-frontend/issues/139 --- src/components/CurrencyInputPanel/currency-panel.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CurrencyInputPanel/currency-panel.scss b/src/components/CurrencyInputPanel/currency-panel.scss index 3106a3f21c..2cc6324cc2 100644 --- a/src/components/CurrencyInputPanel/currency-panel.scss +++ b/src/components/CurrencyInputPanel/currency-panel.scss @@ -180,6 +180,7 @@ } &__token-list { + -webkit-overflow-scrolling: touch; height: 17.5rem; overflow-y: auto; }