fix: 가상 스크롤 컨테이너 높이에서 마지막 여백 제거

This commit is contained in:
caadiq 2026-01-10 09:43:58 +09:00
parent 92782e9022
commit 0cab67dfbe

View file

@ -834,7 +834,7 @@ function Schedule() {
<>
<div
style={{
height: `${virtualizer.getTotalSize()}px`,
height: `${virtualizer.getTotalSize() - 16}px`,
width: '100%',
position: 'relative',
}}