Skip to content

Commit

Permalink
fix(experimental): Fade fix mask-position (#10008)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Dec 17, 2024
1 parent 4f02d38 commit 8920ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/experimental/directives/fade/fade.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
calc(100% + var(--fade-size) + var(--fade-offset)) bottom,
top;
mask-size:
calc(50% + var(--fade-size) + var(--fade-offset)) var(--line-height, 100%),
calc(51% + var(--fade-size) + var(--fade-offset)) var(--line-height, 100%),
calc(50% + var(--fade-size) + var(--fade-offset)) var(--line-height, 100%),
100% calc(100% - var(--line-height, 100%));

Expand Down

0 comments on commit 8920ad3

Please sign in to comment.