Skip to content

Commit

Permalink
[fix] Weird Safari visual bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Nov 3, 2023
1 parent dda6598 commit 95182c7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export const euiCollapsibleNavAccordionStyles = (
outline: none;
}
}
/* Weird workaround for Safari showing a strange focus ring bump around the arrow */
overflow: hidden;
}
.euiAccordion__buttonContent {
Expand Down

0 comments on commit 95182c7

Please sign in to comment.