fix: Command history and file manager styling issues

This commit is contained in:
LukeGus
2025-11-11 09:25:32 -06:00
parent 08aef18989
commit 26b71c0b69
3 changed files with 100 additions and 62 deletions

View File

@@ -503,8 +503,6 @@ export function FileManagerContextMenu({
data-context-menu
className={cn(
"fixed bg-dark-bg border border-dark-border rounded-lg shadow-xl min-w-[180px] max-w-[250px] z-[99995] overflow-hidden",
"transition-all duration-150 ease-out origin-top-left",
isMounted ? "opacity-100 scale-100" : "opacity-0 scale-95",
)}
style={{
left: menuPosition.x,