mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-08 15:06:08 +02:00
Fixed user role dropdown CSS issue
This commit is contained in:
parent
acd0ca71cd
commit
beaa47f63e
@ -212,5 +212,16 @@
|
||||
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