Skip to content

Commit

Permalink
fix: 이미지 object-fit 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
kooinsung committed May 22, 2024
1 parent af3872a commit 1f240c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/triple-document/src/elements/sticky-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const TabButton = styled.button`
img {
width: 100%;
height: 100%;
object-fit: cover;
}
`

Expand Down

0 comments on commit 1f240c9

Please sign in to comment.