mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
CSS fix for top bar menu clip for custom template (#3504)
Co-authored-by: Varghese Jose <varghese.jose@tutanota.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: jprusch <rs@schaeferbarthold.de>
This commit is contained in:
parent
d2877031bf
commit
bd979ecace
@ -1,6 +1,6 @@
|
||||
.ViewMenu {
|
||||
|
||||
margin-top: -250px;
|
||||
margin-top: -200px;
|
||||
|
||||
.view-list {
|
||||
max-height: 30vh;
|
||||
@ -14,6 +14,8 @@
|
||||
}
|
||||
|
||||
@media (max-height: 370px) {
|
||||
margin-top: -230px;
|
||||
|
||||
.subMenu {
|
||||
height: 50px;
|
||||
overflow-y: scroll;
|
||||
|
Loading…
Reference in New Issue
Block a user