Skip to content

Commit 3173ba1

Browse files
committed
fix(app): fade under sticky elements
1 parent a4d1824 commit 3173ba1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

packages/ui/src/components/session-turn.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@
7575
background-color: var(--background-stronger);
7676
z-index: -1;
7777
}
78+
79+
&::after {
80+
content: "";
81+
position: absolute;
82+
top: 100%;
83+
left: 0;
84+
right: 0;
85+
height: 32px;
86+
background: linear-gradient(to bottom, var(--background-stronger), transparent);
87+
pointer-events: none;
88+
}
7889
}
7990

8091
[data-slot="session-turn-response-trigger"] {

0 commit comments

Comments
 (0)