Skip to content

Commit

Permalink
Closes #56575. Removes red border. (#56576)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
ogupte and elasticmachine authored Feb 4, 2020
1 parent bdb08ae commit 9a53aea
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ export function Popover({ focusedServiceName }: PopoverProps) {
background: 'transparent',
height: renderedHeight,
position: 'absolute',
width: renderedWidth,
border: '3px dotted red'
width: renderedWidth
};
const trigger = <div style={triggerStyle} />;
const zoom = cy?.zoom() ?? 1;
Expand Down

0 comments on commit 9a53aea

Please sign in to comment.