Преглед изворни кода

💄 style(thinkingcontent): delete thinkcontent `minHeight` style

Apple\Apple пре 9 месеци
родитељ
комит
70b673d12c
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      web/src/components/playground/ThinkingContent.js

+ 0 - 1
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"
               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={{
               style={{
                 maxHeight: '200px',
                 maxHeight: '200px',
-                minHeight: '100px',
                 scrollbarWidth: 'thin',
                 scrollbarWidth: 'thin',
                 scrollbarColor: 'rgba(0, 0, 0, 0.3) transparent'
                 scrollbarColor: 'rgba(0, 0, 0, 0.3) transparent'
               }}
               }}