Team Member Card: extra space at bottom of popup #242
Labels
No Label
a11y
Backlog
Blocked
Bug
Content
Dependencies
Design
Feature Request
Good First Issue
In Progress
Performance
Priority - High
Priority - Low
Priority - Medium
Untriaged
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: www/www-new#242
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is extra space at the bottom of the Team Member Card popups. This is due to specifying a height on the popups (
75vh
) in order to useoverflow: scroll
when the popup is viewed on desktop.The height may also result in the user having to scroll on the popup on their phones if the exec blurb is too long.