clay-server 2.17.0-beta.6 → 2.17.0-beta.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.
@@ -320,7 +320,7 @@
320
320
  right: 0;
321
321
  transform: none;
322
322
  width: 100%;
323
- max-height: 85vh;
323
+ max-height: 85dvh;
324
324
  border-radius: 16px 16px 0 0;
325
325
  border: none;
326
326
  border-top: 1px solid var(--border-subtle);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.17.0-beta.6",
3
+ "version": "2.17.0-beta.7",
4
4
  "description": "Web UI for Claude Code. Any device. Push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",