Skip to content

Commit 8b3bb6d

Browse files
committed
fix: make solid blur zone explicit at 20px using calc
1 parent 6dbf6ba commit 8b3bb6d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

public/css/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,11 +1723,11 @@ tbody tr:hover {
17231723
bottom: 0;
17241724
left: -24px;
17251725
right: -24px;
1726-
height: 140px;
1727-
backdrop-filter: blur(8px);
1728-
-webkit-backdrop-filter: blur(8px);
1729-
mask-image: linear-gradient(transparent, #000 90%);
1730-
-webkit-mask-image: linear-gradient(transparent, #000 90%);
1726+
height: 200px;
1727+
backdrop-filter: blur(12px);
1728+
-webkit-backdrop-filter: blur(12px);
1729+
mask-image: linear-gradient(transparent, #000 calc(100% - 20px));
1730+
-webkit-mask-image: linear-gradient(transparent, #000 calc(100% - 20px));
17311731
pointer-events: none;
17321732
}
17331733

0 commit comments

Comments
 (0)