@delt/claude-alarm 0.4.6 → 0.4.7

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.
@@ -36,7 +36,8 @@
36
36
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
37
37
  background: var(--bg);
38
38
  color: var(--text);
39
- min-height: 100vh;
39
+ height: 100vh;
40
+ overflow: hidden;
40
41
  }
41
42
  /* Hide scrollbars */
42
43
  ::-webkit-scrollbar { display: none; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delt/claude-alarm",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Monitor and get notifications from multiple Claude Code sessions via MCP Channels",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -36,7 +36,8 @@
36
36
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
37
37
  background: var(--bg);
38
38
  color: var(--text);
39
- min-height: 100vh;
39
+ height: 100vh;
40
+ overflow: hidden;
40
41
  }
41
42
  /* Hide scrollbars */
42
43
  ::-webkit-scrollbar { display: none; }