fix: output textbox boundary
All checks were successful
/ deploy_site (push) Successful in 1m49s

This commit is contained in:
Minhyeok Park 2024-10-30 21:47:37 +09:00
parent e184b43a6f
commit 1bff66232d
Signed by: pmh_only
SSH Key Fingerprint: SHA256:g/OyGvi2pcd8ub9mqge/ohmDP0fZX/xOPWPIcM+9XpI

View File

@ -8,6 +8,7 @@ export const TextArea = styled.textarea`
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 10px; padding: 10px;
box-sizing: border-box;
&:focus { &:focus {
outline: none; outline: none;