【发布时间】:2019-12-16 17:35:34
【问题描述】:
我正在使用 Tailwind CSS,但在某些 CSS 中,作为按钮的模态覆盖不会出现在设置为 fixed 的其他元素的顶部。
以下链接是问题的代码和here is the preview。
https://codesandbox.io/s/tailwind-css-vre8j
div 的边框和标签背景在叠加层之上
我尝试设置问题 div 的叠加层和容器的 z-index,但它忽略了它。
此处的示例是实际页面的精简版。尽可能多地删除它们以显示问题。
【问题讨论】:
标签: html css overlay z-index tailwind-css