💄 style(thinkingcontent): delete thinkcontent minHeight style

This commit is contained in:
Apple\Apple
2025-06-02 04:48:00 +08:00
parent e78523034a
commit 70b673d12c

View File

@@ -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'
}}