Closed fonko closed 2 years ago
Hey @fonko, is the user's profile dropdown have "position: absolute" or made by portal?
Please install web3uikit@0.1.112-beta.0 and let me know how it works for you
yarn remove web3uikit yarn add web3uikit@0.1.112-beta.0
position: absolute
yes, it has: div (position absolute) -> div -> connect button
Please install web3uikit@0.1.112-beta.0 and let me know how it works for you
yarn remove web3uikit yarn add web3uikit@0.1.112-beta.0
it didn't fix it. I had to take it out of the dropdown, if I use the button next to the avatar image (same level) it works.
Also, it would be great to be able to change buttons text on demand I, for example, speak Spanish and the site we are building is mainly for Spanish users
Could you share your Github repo with me to check?
@fonko https://github.com/web3ui/web3uikit/pull/496 This pull request should allow changing of button and modal text
yeah @fonko this seems like a simple CSS issue, please hit me with a link or a gitHub i can clone i bet i can fix this for you bud
@Y0moo facing the exact same issue, placed it on the bottom navigation bar
zIndex: '100';
position: 'fixed';
bottom: '0';
left: '50%';
transform: 'translateX(-50%)';
Closing this for now as it seems the issue not related to the kit. If the problems you facing still persists please feel free to re-open the issue and share with us the repo url so we can help you fix it.
I was so happy when i saw this lib... but then I tried the connect button with its beautiful wallet selection popup and found out it was inflating itself inside my user's profile dropdown menu! :(
is there any way to fix this?