diff --git a/src/Detail/components/LecueNoteListContainer/LecueNoteListContainer.style.ts b/src/Detail/components/LecueNoteListContainer/LecueNoteListContainer.style.ts index fa4e0ad1..1ece03d5 100644 --- a/src/Detail/components/LecueNoteListContainer/LecueNoteListContainer.style.ts +++ b/src/Detail/components/LecueNoteListContainer/LecueNoteListContainer.style.ts @@ -2,7 +2,10 @@ import styled from '@emotion/styled'; export const LecueNoteListContainerWrapper = styled.div<{ backgroundColor: number; + isEditable: boolean; }>` + width: 100vw; + padding: 0 1.6rem; padding-bottom: ${({ isEditable }) => isEditable && '12rem'}; background-color: ${({ theme, backgroundColor }) => {