Commit 0c11f61
fix(cli-monitor): absolute 改 fixed + z-110, 跨平台可见
用户报告 Win 看得见监控黑框, Mac 看不见 (图 45)。
之前用 absolute 受父容器布局/视口限制, 在 Mac Safari/Chrome 某些布局下
可能被 RightPanel 抽屉遮挡或滚出视口。改 fixed + z-index 110
(高于 DebateStreamPanel 的 100), 折叠 chip 与展开抽屉都浮在最顶层。
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 45bd0bd commit 0c11f61
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
131 | | - | |
| 133 | + | |
132 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
| 139 | + | |
134 | 140 | | |
135 | 141 | | |
136 | 142 | | |
| |||
0 commit comments