Skip to content

Commit

Permalink
[Synthetics] For lens embeddable apply styling workaround for panel b…
Browse files Browse the repository at this point in the history
…order !! (#198270)

## Summary

Fixes #198273

For lens embeddable apply styling workaround for panel border !!

<img width="1726" alt="image"
src="https://github.com/user-attachments/assets/df2bcc4c-d069-44a7-99c3-59696566a6b3">
  • Loading branch information
shahzad31 authored Oct 30, 2024
1 parent 40edfe1 commit 496a652
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,8 @@ const Wrapper = styled.div<{
right: 50%;
transform: translate(50%, -50%);
}
.embPanel {
outline: none;
}
}
`;

0 comments on commit 496a652

Please sign in to comment.