-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug: 'Share Users' Dialog Layout Shift #29
Comments
When attempting #16, I was having weird issues with the tooltip. As described by the primary maintainer of shadcn-svelte,
I think this is the same issue here, but setting the I'm thinking I should create a small repro of this issue to work on it further, I'm feel somewhat certain the portal is related to this in some fashion as the |
Within this minimal repro, I can see that the layout shift isn't occurring. So while above I initially thought this could be a I'm thinking this likely has something to do with my styling or the way the data is being populated in the current implementation. There's also a |
I've reached out to help within Huntabyte's discord for this because the idea with preventScroll didn't help nor did messing with individual transitions |
After some reflection, it may be better to utilize the |
Summary of Potential Bug
When opening the share users dialog, the dialog opens on the lower half of the screen, then zips up toward the center. I will need to debug this more to see where this is happening at. I think it could be a transition timing or weird portal issue with one of the libraries.
The text was updated successfully, but these errors were encountered: