mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-15 09:21:36 +00:00
fix(desktop): drop shadow on hover-reveal sidebar overlay
This commit is contained in:
parent
3e455726eb
commit
2fd15c323e
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ export function Pane({
|
|||
hovered/focused. */}
|
||||
<div
|
||||
className={cn(
|
||||
'pointer-events-auto absolute inset-y-0 z-30 overflow-hidden shadow-2xl transition-transform duration-200 ease-out',
|
||||
'pointer-events-auto absolute inset-y-0 z-30 overflow-hidden transition-transform duration-200 ease-out',
|
||||
slot.side === 'left'
|
||||
? hoverRevealed
|
||||
? 'translate-x-0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue