fix for displaying global nav in focalboard (#1132)

This commit is contained in:
Scott Bishel 2021-08-31 11:24:41 -06:00 committed by GitHub
parent 583d9f8a10
commit f10b4a82a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@
z-index: 1000;
.Menu {
position: unset;
min-width: unset;
a,
button {
color: rgba(var(--center-channel-text-rgb), 1);