1
0
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:
Harshil Sharma 2022-03-28 15:27:53 +05:30
parent acd0ca71cd
commit beaa47f63e

View File

@ -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;
}
}
} }
} }