-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gray strip overlaps header in the token list #584
Comments
I'm having the same issue, I have a list of several tokens, and when I hover on them, the gray strip moves along. Hovering the 1st element will hide the closing button, hovering on the 2nd one hides the input field, and so on. Not sure what's causing it, nothing's been changed in the style, except for the dark mode. But it happens also in light mode, just like the screenshot above. |
Has anyone been able to fix that? I'm having the same issue :(( |
I had to do a quick fix. Wrap your uniswap widget with .uniswap [color='container'] > div > div:nth-child(3) {
position: relative;
} |
Thanks for the fix! |
same here |
Same issue looks like the reason is in this package |
Bug Description
Grayish strip overlaps header in the list of tokens, which disallows to close the list.
Steps to Reproduce
Expected Behavior
I am not sure the purpose of the strip, but I suppose it should be placed on element of the active token.
Additional Context
Codesandbox
Screenshot
The text was updated successfully, but these errors were encountered: