Fix global header menu z-index for focalboard (#950)

This commit is contained in:
Jesús Espino 2021-08-12 12:57:07 +02:00 committed by GitHub
parent 34e772414a
commit 2aac030ee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,3 +11,7 @@
display: inline-block;
font-size: 14px;
}
.focalboard-body .feature-global-header > header {
z-index: 1000;
}