mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-12 06:59:07 +00:00
fix: adjust top
This commit is contained in:
parent
e20e9066ff
commit
2dc94a1cbf
@ -26,7 +26,7 @@ export function ScrollContainer({
|
|||||||
<>
|
<>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"absolute top-0 right-0 left-0 z-10 h-10 bg-gradient-to-b",
|
"absolute top-[-1px] right-0 left-0 z-10 h-10 bg-gradient-to-b",
|
||||||
`from-[var(--scroll-shadow-color)] to-transparent`,
|
`from-[var(--scroll-shadow-color)] to-transparent`,
|
||||||
)}
|
)}
|
||||||
style={
|
style={
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user