Skip to content

Commit

Permalink
fix: SignatuerCommentList 잘 안보이는 현상 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dydals3440 committed Feb 17, 2024
1 parent 988df6c commit 0378017
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import styled from 'styled-components';
import theme from '@/theme';

const Container = styled.div`
${theme.ALIGN.COLUMN_CENTER};
display: flex;
flex-direction: column;
align-items: center;
max-height: 500px;
width: 100%;
overflow: scroll;
Expand Down

0 comments on commit 0378017

Please sign in to comment.