Skip to content

Commit

Permalink
4262 // All revisions inside the list should be accessible (atleast t…
Browse files Browse the repository at this point in the history
…hrough scrolling)

Signed-off-by: Dinika Saxena <dinikasaxenas@gmail.com>
  • Loading branch information
Dinika committed Jan 17, 2024
1 parent 48bdba7 commit f4c8ad5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/shared/containers/ResourceViewActionsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,11 @@ const ResourceViewActionsContainer: React.FC<{
return (
<Row>
<Col>
<Dropdown overlay={revisionMenuItems}>
<Dropdown
overlay={revisionMenuItems}
placement="bottom"
overlayStyle={{ overflowY: 'scroll', maxHeight: '500px' }}
>
<Button>
Revision {resource._rev}{' '}
{revisionLabels(resource._rev).length > 0 &&
Expand Down

0 comments on commit f4c8ad5

Please sign in to comment.