如何在 Dash python 中创建可拖动模式?

How to create a draggable modal in Dash python?

我想在 plotly-Dash 中创建一个模式 python。我可以用 Modal components of bootstrap Dash 创建它。问题是:

1- 我无法拖动模态框。

2-我无法与模态的背面互动。

有什么办法可以解决这些问题吗?

是否有其他组件可以代替 Modal 组件?

您可以通过导入模块在 Dash 应用中使用 HTML 和 CSS 创建模态 dash_html_components,可以更好地解释如何制作模态的分步代码here