When using a mo.slider in mkdocs, the slider is not visible. The same document works flawlessly when shown as a normal marimo notebook.
The following PR tries to add a slider to our documentation https://github.com/xdslproject/xdsl/pull/5124/files. The "Slider" string is visible in the output, but the actual slider is not visible: https://xdsl--5124.org.readthedocs.build/5124/marimo/expressions/#input
It seems to me as if not all CSS is set up properly.
I believe a simple slider may be enough to reproduce this issue. However, any guidance on how to best submit a minimal example would be appreciated. I can then prepare such an example.
When using a
mo.sliderinmkdocs, the slider is not visible. The same document works flawlessly when shown as a normal marimo notebook.The following PR tries to add a slider to our documentation https://github.com/xdslproject/xdsl/pull/5124/files. The "Slider" string is visible in the output, but the actual slider is not visible: https://xdsl--5124.org.readthedocs.build/5124/marimo/expressions/#input
It seems to me as if not all CSS is set up properly.
I believe a simple slider may be enough to reproduce this issue. However, any guidance on how to best submit a minimal example would be appreciated. I can then prepare such an example.