File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,9 @@ app.registerExtension({
305305 border-radius: 8px;
306306 padding: 12px;
307307 margin: 10px 0;
308+ max-height: 200px;
309+ overflow-y: auto;
310+ flex-shrink: 0;
308311 }
309312 .doctor-sidebar-content .stats-panel summary {
310313 cursor: pointer;
@@ -787,7 +790,7 @@ app.registerExtension({
787790 // ═══════════════════════════════════════════════════════════════
788791 const messages = document . createElement ( 'div' ) ;
789792 messages . id = 'doctor-messages' ;
790- messages . style . cssText = 'flex: 1; overflow-y: auto; padding: 10px; min-height: 0 ;' ;
793+ messages . style . cssText = 'flex: 1; overflow-y: auto; padding: 10px; min-height: 150px ;' ;
791794 messages . innerHTML = `
792795 <div style="text-align: center; padding: 40px 20px; color: #888;">
793796 <div style="font-size: 48px; margin-bottom: 10px;">✅</div>
You can’t perform that action at this time.
0 commit comments