-
Notifications
You must be signed in to change notification settings - Fork 160
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 drag and drop #723
Fix drag and drop #723
Conversation
bot please update snapshots |
bot please update playwright snapshots |
Playwright windows-latest snapshots updated. |
I'll rebase and update the snapshots when the translation PR is in. |
b2de695
to
8130af2
Compare
bot please update playwright snapshots |
Playwright ubuntu-22.04 snapshots updated. |
Playwright windows-latest snapshots updated. |
2816faa
to
850c572
Compare
bot please update playwright snapshots |
Playwright windows-latest snapshots updated. |
Playwright ubuntu-22.04 snapshots updated. |
I tested it locally and compared with lab/notebook. It seems we should add it in lumino as default; it is not strictly needed in lab nor notebook because the only other children of body are fully positioned and do not take up any space. |
I opened jupyterlab/lumino#651. For now I think we can merge this as-is, all worked well locally. |
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.
Thanks!
Fixes #721
It also at least partly addresses #720 as it restores Lumino widgets styling
@krassowski I was surprised to have to add
.lm-mod-drag-image { left: 0px; top: 0px; }
. Is there something to fix upstream or did I missed something?