Skip to content

Commit

Permalink
Margin fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed May 20, 2024
1 parent cc97d1e commit d910db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/data-fade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ styled.add({
top: 0;
bottom : 0;
content: "";
margin: 10;
margin: 10px;
pointer-events: none;
background: linear-gradient(to top, rgba(255,255,255, 1) 1px, rgba(255,255,255, 0) 16px );
}
Expand Down

0 comments on commit d910db4

Please sign in to comment.