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 b67cf4d commit 7af421eCopy full SHA for 7af421e
1 file changed
public/css/style.css
@@ -1726,8 +1726,8 @@ tbody tr:hover {
1726
height: 100px;
1727
backdrop-filter: blur(6px);
1728
-webkit-backdrop-filter: blur(6px);
1729
- mask-image: linear-gradient(transparent 70%, #000 90%);
1730
- -webkit-mask-image: linear-gradient(transparent 70%, #000 90%);
+ mask-image: linear-gradient(transparent, #000 90%);
+ -webkit-mask-image: linear-gradient(transparent, #000 90%);
1731
pointer-events: none;
1732
}
1733
0 commit comments