Skip to content
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

List bouncing during scroll. #429

Closed
cyaris opened this issue Jun 27, 2022 · 4 comments
Closed

List bouncing during scroll. #429

cyaris opened this issue Jun 27, 2022 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@cyaris
Copy link

cyaris commented Jun 27, 2022

Re-opening this issue because I found a solution. Still having trouble replicating it in a REPL.

Description: List bouncing during scroll, likely related to computePlacement function. This is on the newest version of V5.

Solution:

.list {
	position: absolute !important;
	top: unset !important;
}
@cyaris
Copy link
Author

cyaris commented Jun 27, 2022

Got my solution from this issue: #402

@rob-balfre
Copy link
Owner

Need a REPL or example to pinpoint the actual problem. Will keep open. Thanks

@rob-balfre rob-balfre added the help wanted Extra attention is needed label Jun 28, 2022
Repository owner deleted a comment from ZerdoX-x Jun 28, 2022
@cyaris
Copy link
Author

cyaris commented Jun 28, 2022

Also wanna note, this solution works in Beta v11, but not in Beta v12.

Repository owner deleted a comment from ZerdoX-x Jun 29, 2022
@rob-balfre
Copy link
Owner

v16 should help with this. If not reopen with a REPL example please.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants