@delt/claude-alarm 0.4.8 → 0.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -227,6 +227,8 @@
|
|
|
227
227
|
.messages-panel {
|
|
228
228
|
display: flex;
|
|
229
229
|
flex-direction: column;
|
|
230
|
+
overflow: hidden;
|
|
231
|
+
min-height: 0;
|
|
230
232
|
}
|
|
231
233
|
.messages-header {
|
|
232
234
|
padding: 12px 20px;
|
|
@@ -237,6 +239,7 @@
|
|
|
237
239
|
.messages-list {
|
|
238
240
|
flex: 1;
|
|
239
241
|
overflow-y: auto;
|
|
242
|
+
min-height: 0;
|
|
240
243
|
padding: 16px 20px;
|
|
241
244
|
}
|
|
242
245
|
.message {
|
package/package.json
CHANGED
package/src/dashboard/index.html
CHANGED
|
@@ -227,6 +227,8 @@
|
|
|
227
227
|
.messages-panel {
|
|
228
228
|
display: flex;
|
|
229
229
|
flex-direction: column;
|
|
230
|
+
overflow: hidden;
|
|
231
|
+
min-height: 0;
|
|
230
232
|
}
|
|
231
233
|
.messages-header {
|
|
232
234
|
padding: 12px 20px;
|
|
@@ -237,6 +239,7 @@
|
|
|
237
239
|
.messages-list {
|
|
238
240
|
flex: 1;
|
|
239
241
|
overflow-y: auto;
|
|
242
|
+
min-height: 0;
|
|
240
243
|
padding: 16px 20px;
|
|
241
244
|
}
|
|
242
245
|
.message {
|