fix: hover preview — bottom-anchor, flexible width, sidebar support, longer delay
- Auto-scroll to bottom (prompt area is the valuable part) - Dynamic width based on available space (fixes 3-column layout) - 350ms delay (prevents brush-over flicker) - Extend hover preview to sidebar items (popover to the right) - Remove fixed min/max-width from CSS, calculate in JS
This commit is contained in:
@@ -970,8 +970,6 @@ body {
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 6px;
|
||||
padding: 10px 12px;
|
||||
min-width: 480px;
|
||||
max-width: 640px;
|
||||
max-height: 80vh;
|
||||
overflow-y: auto;
|
||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
|
||||
|
||||
Reference in New Issue
Block a user