We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在nuxt3中使用Dialog和Message时,先弹出Dialog弹窗再调用Message;Message会被Dialog遮罩层覆盖;z-index没有按照预期增加,层级不共享。 理想情况下应该是,Message在Dialog的上层,z-index按照调用先后共享递增。
Message浮动在Dialog的上层
Message会被Dialog遮罩层覆盖,Message的z-index从默认index开始递增
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
在nuxt3中使用Dialog和Message时,先弹出Dialog弹窗再调用Message;Message会被Dialog遮罩层覆盖;z-index没有按照预期增加,层级不共享。
理想情况下应该是,Message在Dialog的上层,z-index按照调用先后共享递增。
环境信息
重现步骤
预期行为
Message浮动在Dialog的上层
实际行为
Message会被Dialog遮罩层覆盖,Message的z-index从默认index开始递增
截图或日志
相关链接
备注
The text was updated successfully, but these errors were encountered: