diff --git a/src/components/assets/cenCard.vue b/src/components/assets/cenCard.vue index 919b5bd..6a6fd32 100644 --- a/src/components/assets/cenCard.vue +++ b/src/components/assets/cenCard.vue @@ -24,7 +24,7 @@ - -
+
@@ -660,4 +660,10 @@ onMounted( async () => { background: #1e1b23; z-index: 999; } +.wallet-widget { + position: fixed; + top: 84px; + right: 0; + z-index: 10000; +}