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 89e9810 commit 65a2c44Copy full SHA for 65a2c44
1 file changed
public/css/style.css
@@ -1571,8 +1571,11 @@ tbody tr:hover {
1571
bottom: 0;
1572
left: 0;
1573
right: 0;
1574
- height: 120px;
1575
- background: linear-gradient(transparent, var(--bg-card));
+ height: 100px;
+ 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%);
1579
pointer-events: none;
1580
}
1581
0 commit comments