aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/components/menu/index.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-08-04 13:32:08 -0300
committerSebastian <sebasjm@gmail.com>2023-08-07 08:14:43 -0300
commit37d0f9438e6e6507c46d56324e38a5f0c391ab45 (patch)
tree7cf2dfa017e5130ebc07e4692a897cb74a840df8 /packages/merchant-backoffice-ui/src/components/menu/index.tsx
parent44aeaba7b4d21e518928ca545b114e2a8e8c2a24 (diff)
downloadwallet-core-37d0f9438e6e6507c46d56324e38a5f0c391ab45.tar.gz
wallet-core-37d0f9438e6e6507c46d56324e38a5f0c391ab45.tar.bz2
wallet-core-37d0f9438e6e6507c46d56324e38a5f0c391ab45.zip
accesstoken in memory and better login when switching between accounts
Diffstat (limited to 'packages/merchant-backoffice-ui/src/components/menu/index.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/components/menu/index.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/src/components/menu/index.tsx b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
index 56573b8ca..2beaf6956 100644
--- a/packages/merchant-backoffice-ui/src/components/menu/index.tsx
+++ b/packages/merchant-backoffice-ui/src/components/menu/index.tsx
@@ -130,7 +130,12 @@ export function Menu({
)}
{mimic && (
- <nav class="level">
+ <nav class="level" style={{
+ zIndex: 100,
+ position:"fixed",
+ width:"50%",
+ marginLeft: "20%"
+ }}>
<div class="level-item has-text-centered has-background-warning">
<p class="is-size-5">
You are viewing the instance <b>&quot;{instance}&quot;</b>.{" "}