From 70b673d12c9bcecb725a1ecb2525ea9d55966c89 Mon Sep 17 00:00:00 2001 From: "Apple\\Apple" Date: Mon, 2 Jun 2025 04:48:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style(thinkingcontent):=20delete?= =?UTF-8?q?=20thinkcontent=20`minHeight`=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/playground/ThinkingContent.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/playground/ThinkingContent.js b/web/src/components/playground/ThinkingContent.js index 9ef3c65d..9636b073 100644 --- a/web/src/components/playground/ThinkingContent.js +++ b/web/src/components/playground/ThinkingContent.js @@ -76,7 +76,6 @@ const ThinkingContent = ({ className="bg-white/70 backdrop-blur-sm rounded-lg sm:rounded-xl p-2 shadow-inner overflow-x-auto overflow-y-auto thinking-content-scroll" style={{ maxHeight: '200px', - minHeight: '100px', scrollbarWidth: 'thin', scrollbarColor: 'rgba(0, 0, 0, 0.3) transparent' }}