Commit 966a2800 authored by Hayden Adams's avatar Hayden Adams Committed by GitHub

Merge pull request #168 from mikedemarais/list-scroll-perf

Improve scroll performance of Token List
parents 3863613f 80158cac
...@@ -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