We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dced3a commit 5716b3bCopy full SHA for 5716b3b
src/pages/IndependentPanel/App.jsx
@@ -200,7 +200,7 @@ function App() {
200
</div>
201
<div className="chat-content">
202
{renderContent && currentSession && currentSession.conversationRecords && (
203
- <div className="chatgptbox-container" style="height:100%;">
+ <div className="chatgptbox-container" style={{ height: '100%' }}>
204
<ConversationCard
205
session={currentSession}
206
notClampSize={true}
0 commit comments