mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-11 18:13:52 +02:00
Fixed user role dropdown CSS issue
This commit is contained in:
parent
acd0ca71cd
commit
beaa47f63e
@ -212,5 +212,16 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Menu {
|
||||||
|
position: fixed;
|
||||||
|
left: 55%;
|
||||||
|
right: calc(45% - 240px);
|
||||||
|
|
||||||
|
.menu-contents {
|
||||||
|
min-width: 240px;
|
||||||
|
max-width: 240px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user