1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-09-16 08:56:19 +02:00

Fixed user role dropdown CSS issue

This commit is contained in:
Harshil Sharma
2022-03-28 15:27:53 +05:30
parent acd0ca71cd
commit beaa47f63e

View File

@@ -212,5 +212,16 @@
text-decoration: underline;
}
}
.Menu {
position: fixed;
left: 55%;
right: calc(45% - 240px);
.menu-contents {
min-width: 240px;
max-width: 240px;
}
}
}
}