Skip to content

Commit

Permalink
fix(Popover): fix safari styling bug with Popover (#14221)
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
  • Loading branch information
tw15egan and tay1orjones committed Jul 17, 2023
1 parent 1bf2d4f commit cdff026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/components/popover/_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,10 @@ $popover-caret-height: custom-property.get-var(
border-radius: 0;
}

.#{$prefix}--popover--tab-tip .#{$prefix}--popover {
will-change: filter;
}

.#{$prefix}--popover--tab-tip__button {
@include button-reset.reset;

Expand Down

0 comments on commit cdff026

Please sign in to comment.