You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on updating buckaroo to use anywidget. It renders to the dom in marimo, but the styling is really off.
Some of my divs aren't the correct width
Does marimo do anything special to css included with an anywidget widget that I should know about
I put the orange border in that div. but the rest is scrunched up against the left side.
Here is the same widget rendered in jupyter lab
I'm usre theres something that I can change in my code, I was curious if I was bumping up against a known bug. or there is a recommended workaround.
We put our anywidget elements on shadow doms for better encapsulation of styling to avoid polluting the global namespace. That could be it, but not sure without looking into the stylesheets. I can take a look, if you can link them.
Describe the bug
I'm working on updating buckaroo to use anywidget. It renders to the dom in marimo, but the styling is really off.
Some of my divs aren't the correct width
Does marimo do anything special to css included with an anywidget widget that I should know about
I put the orange border in that div. but the rest is scrunched up against the left side.
Here is the same widget rendered in jupyter lab
I'm usre theres something that I can change in my code, I was curious if I was bumping up against a known bug. or there is a recommended workaround.
Environment
Code to reproduce
pip install buckaroo
The text was updated successfully, but these errors were encountered: