diff --git a/apps/client/src/features/rundown/Rundown.module.scss b/apps/client/src/features/rundown/Rundown.module.scss index 9406ea75d..c38416f01 100644 --- a/apps/client/src/features/rundown/Rundown.module.scss +++ b/apps/client/src/features/rundown/Rundown.module.scss @@ -26,3 +26,7 @@ margin-top: 24px; } } + +.spacer { + min-height: 50vh; +} \ No newline at end of file diff --git a/apps/client/src/features/rundown/Rundown.tsx b/apps/client/src/features/rundown/Rundown.tsx index 5fc711907..61705f9fb 100644 --- a/apps/client/src/features/rundown/Rundown.tsx +++ b/apps/client/src/features/rundown/Rundown.tsx @@ -255,6 +255,7 @@ export default function Rundown(props: RundownProps) { ); })} +