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

[Eframe] Allow relative position canvas #2331

Closed
lsh opened this issue Nov 22, 2022 · 1 comment
Closed

[Eframe] Allow relative position canvas #2331

lsh opened this issue Nov 22, 2022 · 1 comment
Labels
feature New feature or request

Comments

@lsh
Copy link
Contributor

lsh commented Nov 22, 2022

I'm using Eframe in a notebook/widget context and have noticed that the styling from the text agent forces a canvas to use the style position: absolute. Is there any information on why the styling is there and would it be possible to have an option that allowed other positioning?

@lsh lsh added the feature New feature or request label Nov 22, 2022
@jprochazk
Copy link
Collaborator

This was fixed in #4561 - note that setting width/height through CSS is now required (otherwise you may run into #4699), but you should also be able to set position: relative on the canvas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants