We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165d764 commit fa1edafCopy full SHA for fa1edaf
index.css
@@ -33,7 +33,7 @@ body::after {
33
width: 100%;
34
height: 256px;
35
content: "";
36
- background: linear-gradient(to bottom, transparent, #f1f1f1);
+ background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f1f1f1);
37
pointer-events: none;
38
}
39
0 commit comments