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 65a2c44 commit 5c521d7Copy full SHA for 5c521d7
1 file changed
public/css/style.css
@@ -1560,17 +1560,15 @@ tbody tr:hover {
1560
}
1561
1562
.activity-list-truncated {
1563
- max-height: 280px;
1564
- overflow: hidden;
1565
position: relative;
1566
1567
1568
.activity-list-truncated::after {
1569
content: '';
1570
position: absolute;
1571
bottom: 0;
1572
- left: 0;
1573
- right: 0;
+ left: -24px;
+ right: -24px;
1574
height: 100px;
1575
backdrop-filter: blur(6px);
1576
-webkit-backdrop-filter: blur(6px);
0 commit comments