mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08: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:
parent
c3ab5b96bb
commit
637d403485
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user