Fix global header menu z-index for focalboard (#950)
This commit is contained in:
parent
34e772414a
commit
2aac030ee7
1 changed files with 4 additions and 0 deletions
|
@ -11,3 +11,7 @@
|
|||
display: inline-block;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.focalboard-body .feature-global-header > header {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue