clay-server 2.26.0-beta.6 → 2.26.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.
@@ -698,11 +698,6 @@
698
698
  flex-wrap: wrap;
699
699
  gap: 4px;
700
700
  padding: 4px 6px;
701
- position: absolute;
702
- bottom: 100%;
703
- left: 0;
704
- right: 0;
705
- z-index: 5;
706
701
  }
707
702
 
708
703
  #suggestion-chips.hidden { display: none; }
@@ -445,7 +445,6 @@
445
445
  <div class="context-picker-section" id="context-picker-tabs"></div>
446
446
  </div>
447
447
  </div>
448
- <div id="suggestion-chips" class="hidden"></div>
449
448
  <div id="input-row">
450
449
  <div id="context-mini" class="hidden">
451
450
  <div class="context-mini-bar">
@@ -454,6 +453,7 @@
454
453
  <span class="context-mini-label" id="context-mini-label">0%</span>
455
454
  </div>
456
455
  <div id="image-preview-bar"></div>
456
+ <div id="suggestion-chips" class="hidden"></div>
457
457
  <textarea id="input" rows="1" placeholder="Message Claude Code..." enterkeyhint="send" dir="auto"></textarea>
458
458
  <div id="input-bottom">
459
459
  <div id="attach-wrap">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.26.0-beta.6",
3
+ "version": "2.26.0-beta.7",
4
4
  "description": "Self-hosted Claude Code in your browser. Multi-session, multi-user, push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",