-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(MembersRoute): fix table overflow issues TASK-1349 (#5349)
### 📣 Summary Open `MemberRoleSelector` up and `MemberActionsDropdown` on the left - to avoid both of them opening partially outside the container (and causing an unnecessary scrollbar). ### 👀 Preview steps 1. ℹ️ have an organization with multiple members 2. log in as user having either "owner" or "admin" role 3. go to `#/account/organization/members` 4. 🔴 [on main] notice that `MemberRoleSelector` for last row opens outside visible area causing scrollbar to happen 5. 🔴 [on main] notice that `MemberActionsDropdown` for last row opens outside visible area causing scrollbar to happen 6. 🟢 [on PR] notice that both of the issues no longer happen, as both of the components are opening in different placements
- Loading branch information
1 parent
c1d68a4
commit 2c617e4
Showing
5 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters