From 3e50a714a4c6d0a60beec4e222a8233b47f9a31d Mon Sep 17 00:00:00 2001 From: kerwin612 Date: Fri, 20 Jun 2025 20:48:35 +0800 Subject: [PATCH 1/2] fix #34785 --- web_src/css/features/projects.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web_src/css/features/projects.css b/web_src/css/features/projects.css index 1d09e9c7eaa04..d45eef830ce5e 100644 --- a/web_src/css/features/projects.css +++ b/web_src/css/features/projects.css @@ -19,6 +19,7 @@ } .project-column { + min-height: max(calc(100vh - 400px), 300px); flex: 0 0 auto; display: flex; flex-direction: column; From d48f06b16734eb307aab2a278cbce8cb280a9be1 Mon Sep 17 00:00:00 2001 From: kerwin612 Date: Fri, 20 Jun 2025 22:02:43 +0800 Subject: [PATCH 2/2] fix --- web_src/css/features/projects.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_src/css/features/projects.css b/web_src/css/features/projects.css index d45eef830ce5e..7fd5150970169 100644 --- a/web_src/css/features/projects.css +++ b/web_src/css/features/projects.css @@ -5,6 +5,7 @@ flex-wrap: nowrap; overflow: auto; margin: 0 0.5em; + min-height: max(calc(100vh - 400px), 300px); max-height: calc(100vh - 120px); } @@ -19,7 +20,6 @@ } .project-column { - min-height: max(calc(100vh - 400px), 300px); flex: 0 0 auto; display: flex; flex-direction: column;