From dc3ff9825bb472d7a91320ecda6dd5d6a8784604 Mon Sep 17 00:00:00 2001 From: WONYOUNG-HC Date: Sun, 27 Oct 2024 12:16:52 +0900 Subject: [PATCH] fix: set grid wrapper width to full viewport --- src/pages/Attendance/List/AttendanceList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Attendance/List/AttendanceList.tsx b/src/pages/Attendance/List/AttendanceList.tsx index dff1e9c0..1496cbb0 100644 --- a/src/pages/Attendance/List/AttendanceList.tsx +++ b/src/pages/Attendance/List/AttendanceList.tsx @@ -294,7 +294,7 @@ const GridViewWrapper = styled.div` flex-direction: column; align-items: flex-start; min-height: 100vh; - width: 100%; + width: 100vw; padding: 2rem 10rem; ${media.laptop`