style: 관리자 팝업등록 하단 버튼 어긋나 있는 부분 수정

thkim
thkim 2024-06-23 22:14:36 +09:00
parent 8ea8a97301
commit 1406047290
1 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,13 @@ const StyledDiv = styled.div`
} }
} }
.right_col {
position: absolute;
right: 0px;
top: 0px;
text-align: right;
}
`; `;