From 23fce763e59b09d3a3157d869ede41e753e1b5c1 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Thu, 6 Apr 2023 23:39:08 +0200 Subject: [PATCH] style: ensure events are always visible --- apps/client/src/features/rundown/Rundown.module.scss | 4 ++++ apps/client/src/features/rundown/Rundown.tsx | 1 + 2 files changed, 5 insertions(+) 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) { ); })} +