-
Notifications
You must be signed in to change notification settings - Fork 62
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
Fix: draggable margin bottom if unit is % #2919
Fix: draggable margin bottom if unit is % #2919
Conversation
🤖 Pull request artifacts
|
Size Change: +495 B (0%) Total Size: 1.97 MB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried dragging the margin bottom and it seems to be dragging too fast or at large % increments.
Ideally, if you're dragging the margin (even if you're using %
) it should be the same pace.
Screen.Recording.2023-10-24.at.1.50.36.AM.mov
@andeng1106 I also included a small fix to make the draggable margin not choppy. Before: Screen.Recording.2023-10-26.at.9.46.22.AM.movAfter: Screen.Recording.2023-10-26.at.9.45.59.AM.mov |
fixes #2904