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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user