Skip to content

Commit

Permalink
fix(lastlog.jsx): group toggle button appear on top of log modal
Browse files Browse the repository at this point in the history
  • Loading branch information
junglesub committed Aug 3, 2024
1 parent 1c91368 commit 85bee53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Mypage/LastLog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const LastLogContent = styled.div`
`;

const LastLogWrapper = styled.div`
z-index: 9;
position: fixed;
width: 100vw;
min-height: 100vh;
Expand Down

0 comments on commit 85bee53

Please sign in to comment.