diff --git a/frontend/app/components/Session/Player/ReplayPlayer/SummaryBlock/index.tsx b/frontend/app/components/Session/Player/ReplayPlayer/SummaryBlock/index.tsx index 628dc5f48..56081fcd9 100644 --- a/frontend/app/components/Session/Player/ReplayPlayer/SummaryBlock/index.tsx +++ b/frontend/app/components/Session/Player/ReplayPlayer/SummaryBlock/index.tsx @@ -95,14 +95,6 @@ function SummaryBlock({ return (
- {/**/} - {/* User Behavior Analysis*/} - {/*
*/} - {aiSummaryStore.text ? (
<>{formattedText.map((v) => v)} @@ -154,7 +146,7 @@ const CodeStringFormatter = ({ text }: { text: string }) => { const summaryBlockStyle: React.CSSProperties = { background: 'linear-gradient(180deg, #E8EBFF -24.14%, rgba(236, 254, 255, 0.00) 100%)', width: '100%', - height: '25vh', + maxHeight: '25vh', overflow: 'auto', display: 'flex', flexDirection: 'column', diff --git a/frontend/app/components/Session_/Player/Controls/Controls.tsx b/frontend/app/components/Session_/Player/Controls/Controls.tsx index bf1f010a7..a027f33e5 100644 --- a/frontend/app/components/Session_/Player/Controls/Controls.tsx +++ b/frontend/app/components/Session_/Player/Controls/Controls.tsx @@ -250,8 +250,6 @@ const DevtoolsButtons = observer( {isSaas ? ( ) : null}