mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +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;
|
position: sticky;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding-right: 50px;
|
padding-right: 50px;
|
||||||
z-index: 2;
|
z-index: 4;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
@@ -143,7 +143,6 @@
|
|||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Reference in New Issue
Block a user