Skip to content

Commit

Permalink
Merge pull request #207 from oduck-team/fix/192
Browse files Browse the repository at this point in the history
fix: 애니메이션 리스트 페이지 Header, Tabs 고정
  • Loading branch information
imdaxsz authored Oct 7, 2023
2 parents 2b32d8b + ee607ca commit 134fa9f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/features/animes/routes/List/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ export const AnimeListContainer = styled.div`
`;

export const Tabs = styled(BaseTabs)`
ul {
width: 100%;
max-width: 600px;
position: fixed;
top: 60px;
}
width: 100%;
max-width: 600px;
position: sticky;
top: 60px;
`;

export const Content = styled.div`
Expand Down

0 comments on commit 134fa9f

Please sign in to comment.