wowlusitong / react-use-modal

A react component for manage modal

Home Page:https://react-use-modal.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

想问下作者“嵌套modal”或者“控制modal的层叠次序”是怎么基于这个实现的

AlexZhong22c opened this issue · comments

commented

想问下作者“嵌套modal”或者“控制modal的层叠次序”是怎么基于这个实现的,作为modal框要基本满足这两个常见的场景。

可以作为高级功能补充说明加到文档上面。

暂时不支持嵌套功能,这几天有时间我考虑加下

commented

想问下作者“嵌套modal”或者“控制modal的层叠次序”是怎么基于这个实现的,作为modal框要基本满足这两个常见的场景。

可以作为高级功能补充说明加到文档上面。

感觉可以使用 css-modules 去控制 z-index 来设定这个层叠次序。