diff --git a/src/components/comment/signature/SignatureCommentList.style.js b/src/components/comment/signature/SignatureCommentList.style.js index a0334972..49f5dbbf 100644 --- a/src/components/comment/signature/SignatureCommentList.style.js +++ b/src/components/comment/signature/SignatureCommentList.style.js @@ -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;