mirror of
https://github.com/fccview/cronmaster.git
synced 2026-09-15 06:38:48 -04:00
add min height
This commit is contained in:
1 parent
7a4a22f8e9
commit
b95cd79239
1 file changed
+1
-1
@@ -301,7 +301,7 @@ export const CronJobList = ({ cronJobs, scripts }: CronJobListProps) => {
|
||||
onNewTaskClick={() => setIsNewCronModalOpen(true)}
|
||||
/>
|
||||
) : (
|
||||
<div className="space-y-3 max-h-[55vh] overflow-y-auto">
|
||||
<div className="space-y-3 max-h-[55vh] min-h-[55vh] overflow-y-auto">
|
||||
{loadedSettings ? (
|
||||
filteredJobs.map((job) =>
|
||||
minimalMode ? (
|
||||
|
||||
Reference in new issue
Block a user