Skip to content

Commit

Permalink
Merge pull request #912 from emgage/bugfix/54675_more_action_popover_…
Browse files Browse the repository at this point in the history
…create_scroller

fix: id:54675 more action popover scroller remove
  • Loading branch information
Farhan-emgage authored Aug 18, 2021
2 parents 5415d30 + 4c7f42a commit 0e46494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/RowAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class RowAction extends React.PureComponent<Props, State> {
return (
validActionConfigs && validActionConfigs.length > 0 ?
<React.Fragment>
<div style={{ float: 'right', position: 'relative' }}>
<div style={{ float: 'right' }}>
<Button componentId={`${componentId}BtnMoreActions`} theme={theme} componentClass={theme.rowActionButton} disabled={actionInProgress} icon="horizontalDots" onClick={(e: React.FormEvent<HTMLElement>) => this.dropdownToggle(e)}>
<VisuallyHidden>More Actions</VisuallyHidden>
</Button>
Expand Down

0 comments on commit 0e46494

Please sign in to comment.