这非常简单。我正在使用Plotly / Dash并使用python。我希望创建一个无需使用JavaScript即可滚动浏览的div。我没有包括可折叠对象的内容,只是它的创建和样式。有什么办法可以做到吗?设置最大高度和溢出值时,我可以得到一个可滚动的div,但是最大值会更改div的整体高度,并删除其可折叠属性。
html.Details([
html.Summary('Advanced'),
], style={"text-align":"center", "position":"relative", "display": "block", "margin-left": "auto",
"margin-right": "auto", "width": "80%", "left":0, "bottom":10, "backgroundColor": 'white', "border-radius":3})