Skip to content

Commit 7af421e

Browse files
committed
fix: restore visible blur gradient with 10px solid zone at bottom
1 parent b67cf4d commit 7af421e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,8 +1726,8 @@ tbody tr:hover {
17261726
height: 100px;
17271727
backdrop-filter: blur(6px);
17281728
-webkit-backdrop-filter: blur(6px);
1729-
mask-image: linear-gradient(transparent 70%, #000 90%);
1730-
-webkit-mask-image: linear-gradient(transparent 70%, #000 90%);
1729+
mask-image: linear-gradient(transparent, #000 90%);
1730+
-webkit-mask-image: linear-gradient(transparent, #000 90%);
17311731
pointer-events: none;
17321732
}
17331733

0 commit comments

Comments
 (0)