1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-03 08:45:40 +02:00

Fix sidebar menu position with teams sidebar visible (#2654)

This commit is contained in:
Jesús Espino 2022-03-29 13:59:53 +02:00 committed by GitHub
parent a53ff91033
commit a99f5341e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,3 +160,12 @@
left: calc(240px - 50px);
}
}
.team-sidebar + .product-wrapper {
.SidebarBoardItem {
.Menu.noselect.left {
right: calc(100% - 480px - 64px + 50px);
left: calc(64px + 240px - 50px);
}
}
}