This repository was archived by the owner on Mar 2, 2024. It is now read-only.
Replies: 0 comments 1 reply
-
Hey, you should be able to put the container anywhere on the page and have it work. Could you send me a link if you're able to reproduce the bug you're describing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, first thanks for this amazing project 👏
I'm playing with the project, and got some questions, specifically about how to run in constrained containers (limited size)
Example
I have a layout, where blue shapes are fixed elements, and the part of TLDraw have some content, which I would like to enable the users to draw over it
I noticed, the TLDraw uses position absolute to fit the entire window, and my objective is make this to work on small container where I have limited width /or height (not the entire screen), so I have done some layout adjustments.
But I'm facing some issues when drawing / or selecting, which the pointer is not aligned from where I actually started the mouse cursor (seems be caused due the differences of contrained container)
Represetantion
I would love to have some tips how to fix this, any help will be appreciated
Beta Was this translation helpful? Give feedback.
All reactions