style: ensure events are always visible

This commit is contained in:
cv
2023-04-06 23:39:08 +02:00
parent 524aa74a3d
commit 23fce763e5
2 changed files with 5 additions and 0 deletions
@@ -26,3 +26,7 @@
margin-top: 24px;
}
}
.spacer {
min-height: 50vh;
}
@@ -255,6 +255,7 @@ export default function Rundown(props: RundownProps) {
</div>
);
})}
<div className={style.spacer} />
</div>
</SortableContext>
</DndContext>