Skip to content

Commit 5c521d7

Browse files
committed
Extend blur overlay to card edges using negative offsets
1 parent 65a2c44 commit 5c521d7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

public/css/style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,17 +1560,15 @@ tbody tr:hover {
15601560
}
15611561

15621562
.activity-list-truncated {
1563-
max-height: 280px;
1564-
overflow: hidden;
15651563
position: relative;
15661564
}
15671565

15681566
.activity-list-truncated::after {
15691567
content: '';
15701568
position: absolute;
15711569
bottom: 0;
1572-
left: 0;
1573-
right: 0;
1570+
left: -24px;
1571+
right: -24px;
15741572
height: 100px;
15751573
backdrop-filter: blur(6px);
15761574
-webkit-backdrop-filter: blur(6px);

0 commit comments

Comments
 (0)