mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 10:23:54 +00:00
style: ensure events are always visible
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user