Skip to content

Commit cdff026

Browse files
fix(Popover): fix safari styling bug with Popover (#14221)
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
1 parent 1bf2d4f commit cdff026

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/styles/scss/components/popover/_popover.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,10 @@ $popover-caret-height: custom-property.get-var(
392392
border-radius: 0;
393393
}
394394

395+
.#{$prefix}--popover--tab-tip .#{$prefix}--popover {
396+
will-change: filter;
397+
}
398+
395399
.#{$prefix}--popover--tab-tip__button {
396400
@include button-reset.reset;
397401

0 commit comments

Comments
 (0)