html - 在最小化浏览器期间,网格标题将隐藏在 p-dialog 中

标签 html css angular dialog primeng

转到这个primeng dialog box article

打开对话框时看到下图

enter image description here

But the problem is grid header will be hide during minimize the browser

enter image description here

我正在将整个对话框用于我的应用程序。我的元素将在本周末上线。但我应该在去住之前解决这个问题。你能请任何人解决这个问题吗?

最佳答案

您需要使用 !important 覆盖 .ui-dialog { z-index: 1001;} inline z-index 如下所示:

.ui-dialog {
 z-index: 9999!important;
}

这是因为 id #layout-topbar z-index 比 ui-dialog 大所以你需要覆盖 ui-dialog z-index 使用 !important。希望这对您有所帮助。

关于html - 在最小化浏览器期间,网格标题将隐藏在 p-dialog 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54454148/

相关文章:

javascript - 如何将图像重新显示回来?

javascript - 在 bootstrap 4 nav 上滚动添加类

angular - 导入导出核心模块和共享模块

html - 如何在不使用固定高度的情况下将页脚固定在底部间隙?

html - YouTube 视频在 HTML 下拉菜单上重叠 (Superfish)

javascript - 如何在关闭时制作动画?[Javascript]

css - CSS中的 flex 、流体、液体、固定布局有什么区别

html - 如何防止div移动另一个div

javascript - 如何使 this 引用函数中的类?

Angular 2 从 CanActivate 服务导航到根目录