Skip to content

Commit

Permalink
Design: 카테고리 버튼 가려짐 문제로 상단 그라데이션 div 위치에 따른 height 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSohyunee committed Sep 19, 2024
1 parent c92c1c5 commit 4884280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/user/[userId]/_components/Content.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const scrollDivTop = style({
top: 0,

width: '100%',
height: '83px',
height: '1px',

background: 'linear-gradient(360deg, rgba(245, 246, 250, 0.00) 35.68%, #F5F6FA 92.16%)',
opacity: 0,
Expand All @@ -90,6 +90,7 @@ export const scrollDivBottom = style({

export const visibleScrollDivTop = style({
top: '100px',
height: '83px',
opacity: 1,
});

Expand Down

0 comments on commit 4884280

Please sign in to comment.