Commit f1c6119f authored by Ian Lapham's avatar Ian Lapham Committed by GitHub

change results height on search modal (#816)

parent a10b22a3
...@@ -47,7 +47,7 @@ const TokenModalInfo = styled.div` ...@@ -47,7 +47,7 @@ const TokenModalInfo = styled.div`
const ItemList = styled.div` const ItemList = styled.div`
flex-grow: 1; flex-grow: 1;
height: 240px; height: 254px;
overflow-y: scroll; overflow-y: scroll;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
` `
......
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