Skip to content

Commit

Permalink
Bug fix for #890.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjerleke committed Jul 30, 2024
1 parent 79d243c commit aa6f7eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const BASE_STYLES = css`
}
.embla__container {
backface-visibility: hidden;
display: flex;
touch-action: __replace-axis-touch_action__;
margin-__replace_axis_spacing__: calc(var(--slide-spacing) * -1);
Expand All @@ -69,6 +68,7 @@ export const BASE_STYLES = css`
}
.embla__slide {
transform: translate3d(0, 0, 0);
flex: 0 0 var(--slide-size);
min-__replace-axis-size__: 0;
padding-__replace_axis_spacing__: var(--slide-spacing);
Expand Down

0 comments on commit aa6f7eb

Please sign in to comment.