wara6
wara6
Using sizing_mode parameter inside a modal's component seems to broke modal display. Here's my code using panel 1.3.6 : ``` import panel as pn from panel import widgets as pnw...
Code referenced in panel documentation [here](https://panel.holoviz.org/how_to/links/jslinks.html#link-using-custom-js-code) seems to be wrong. I used this code locally with panel 1.3.6 by running : ``` import panel as pn markdown = pn.pane.Markdown("Markdown display",...
I thought it was resolved in [this issue](https://github.com/holoviz/panel/pull/6355) but I'm still seeing this problem. I used various widgets inside modals and I saw there was generally a display problem when...
Again me with my modals, sorry ! I updated my panel and I found another bug but this time with the latest updates of panel 1.4.0b1 I figured out a...