fix: 가상 스크롤 컨테이너 높이에서 마지막 여백 제거
This commit is contained in:
parent
92782e9022
commit
0cab67dfbe
1 changed files with 1 additions and 1 deletions
|
|
@ -834,7 +834,7 @@ function Schedule() {
|
|||
<>
|
||||
<div
|
||||
style={{
|
||||
height: `${virtualizer.getTotalSize()}px`,
|
||||
height: `${virtualizer.getTotalSize() - 16}px`,
|
||||
width: '100%',
|
||||
position: 'relative',
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue