Skip to content

Commit

Permalink
fix(ld-button): progress bar overflow issue on safari
Browse files Browse the repository at this point in the history
Resolves #32
  • Loading branch information
borisdiakur committed Sep 13, 2021
1 parent 3dd1bd0 commit ad010bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liquid/components/ld-button/ld-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ ld-button {
overflow: hidden;
border-bottom-left-radius: var(--ld-br-full);
border-bottom-right-radius: var(--ld-br-full);
transform: translateZ(0); /* fixes overflow issue in Safari */

&::before,
&::after {
Expand Down

0 comments on commit ad010bd

Please sign in to comment.