fix: address final review findings (order-notification watcher robustness)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
sdarbinyan
2026-08-15 04:18:20 +04:00
parent 9ccd807a55
commit 1032891d26
8 changed files with 127 additions and 15 deletions

View File

@@ -367,6 +367,8 @@
right: 0;
top: calc(100% + 8px);
width: 240px;
max-height: 60vh;
overflow-y: auto;
padding: var(--space-md);
background: var(--bg-primary);
border: 1px solid var(--border-color);