1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 09:11:19 +02:00

fix: Unable to use permission grid dropdowns due to z-index mistake (#3065)

The one I had suggested here: https://github.com/flarum/core/pull/2887#pullrequestreview-690047538
This commit is contained in:
Sami Mazouz
2021-09-05 18:29:18 +01:00
committed by GitHub
parent c3ab5b96bb
commit 637d403485

View File

@@ -78,7 +78,7 @@
position: sticky;
left: 0;
padding-right: 50px;
z-index: 2;
z-index: 4;
background: inherit;
.icon {
@@ -143,7 +143,6 @@
td, th {
position: relative;
z-index: 0;
}
th {
font-weight: normal;