Skip to content

Commit

Permalink
Closes elastic#56575. Removes red border.
Browse files Browse the repository at this point in the history
  • Loading branch information
ogupte committed Feb 1, 2020
1 parent 0a17cde commit 21847a3
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 21847a3

Please sign in to comment.