Fixed moxe menu home button sticky positioning
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 39s
This commit is contained in:
parent
2e7f532c56
commit
4110657557
1 changed files with 1 additions and 1 deletions
|
|
@ -2557,7 +2557,7 @@ export default function FileExplorer({ onLogout }: FileExplorerProps) {
|
||||||
<div className="flex-1 overflow-y-auto p-2 min-h-[300px]">
|
<div className="flex-1 overflow-y-auto p-2 min-h-[300px]">
|
||||||
<button
|
<button
|
||||||
onClick={() => setMoveModalPath('.')}
|
onClick={() => setMoveModalPath('.')}
|
||||||
className="w-full flex items-center gap-2 p-2.5 rounded-xl transition-colors text-left mb-2 sticky top-0 z-10 shadow-sm"
|
className="w-full flex items-center gap-2 p-2.5 rounded-xl transition-colors text-left mb-2"
|
||||||
style={{
|
style={{
|
||||||
backgroundColor: moveModalPath === '.' ? 'var(--color-accent-subtle)' : 'var(--color-bg-elevated)',
|
backgroundColor: moveModalPath === '.' ? 'var(--color-accent-subtle)' : 'var(--color-bg-elevated)',
|
||||||
color: 'var(--color-text-primary)',
|
color: 'var(--color-text-primary)',
|
||||||
|
|
|
||||||
Reference in a new issue