在react-beautiful-dnd中,我连续收到“Droppable:检测到不支持的嵌套滚动容器”。

Dan*_*n I 8 react-beautiful-dnd

知道为什么在 React-beautiful-dnd 中我不断收到“Droppable:检测到不支持的嵌套滚动容器”。?

react-beautiful-dndDroppable: unsupported nested scroll container detected. 
A Droppable can only have one scroll parent (which can be itself)Nested scroll containers are currently not supported.
Run Code Online (Sandbox Code Playgroud)

小智 0

此错误消息表明用户界面中的 Droppable 组件检测到不受支持的嵌套滚动容器。Droppable 组件用于在拖放界面中创建放置目标,它只能有一个滚动父级。错误消息表明存在多个嵌套滚动容器,目前不支持。

我犯了同样的错误,要解决此问题,请检查您的溢出 CSS 属性并避免嵌套滚动条件