Skip to content

Commit 65a2c44

Browse files
committed
Replace gradient overlay with actual backdrop-filter blur
1 parent 89e9810 commit 65a2c44

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

public/css/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1571,8 +1571,11 @@ tbody tr:hover {
15711571
bottom: 0;
15721572
left: 0;
15731573
right: 0;
1574-
height: 120px;
1575-
background: linear-gradient(transparent, var(--bg-card));
1574+
height: 100px;
1575+
backdrop-filter: blur(6px);
1576+
-webkit-backdrop-filter: blur(6px);
1577+
mask-image: linear-gradient(transparent, #000 80%);
1578+
-webkit-mask-image: linear-gradient(transparent, #000 80%);
15761579
pointer-events: none;
15771580
}
15781581

0 commit comments

Comments
 (0)