diff --git a/src/components/Navbar/Account.tsx b/src/components/Navbar/Account.tsx
index 49482e22..ebe36ae3 100644
--- a/src/components/Navbar/Account.tsx
+++ b/src/components/Navbar/Account.tsx
@@ -68,7 +68,7 @@ export default function Account({ handleCloseSidebar }: LoginIconProps) {
Settings
- {auth && }
+ {auth && }
@@ -84,6 +84,7 @@ export default function Account({ handleCloseSidebar }: LoginIconProps) {
top: '5px',
width: '50px',
left: 'calc(100% - 55px)',
+ zIndex: '1',
}}
label="beta"
/>
@@ -158,6 +159,7 @@ export default function Account({ handleCloseSidebar }: LoginIconProps) {
top: '5px',
width: '50px',
left: 'calc(100% - 55px)',
+ zIndex: '1',
}}
label="beta"
/>
@@ -181,7 +183,7 @@ export default function Account({ handleCloseSidebar }: LoginIconProps) {
Settings
-
+
diff --git a/src/components/Navbar/AliasPicker.tsx b/src/components/Navbar/AliasPicker.tsx
index 52a4aee8..826e643a 100644
--- a/src/components/Navbar/AliasPicker.tsx
+++ b/src/components/Navbar/AliasPicker.tsx
@@ -18,7 +18,7 @@ import DialogAnimate from '../Animate/DialogAnimate'
import LoadMyKeysComponent from './LoadMyKeysComponent'
import LoadSaveKeysComponent from './LoadSaveKeysComponent'
-const AliasPicker = () => {
+const AliasPicker = ({ handleKeyDown }: { handleKeyDown: (e: any) => void }) => {
const [open, setOpen] = useState(false)
const [load, setLoad] = useState(false)
const handleOpenModal = () => {
@@ -39,6 +39,9 @@ const AliasPicker = () => {
if (!load) return <>>
return (