We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1383a commit 41b6346Copy full SHA for 41b6346
packages/ui/components/namecard/OgCard24.vue
@@ -65,7 +65,7 @@ onMounted(() => {
65
66
.og-card-background {
67
position: absolute;
68
- z-index: -1;
+ z-index: 1;
69
left: 0;
70
top: 0;
71
vertical-align: top;
@@ -153,7 +153,7 @@ onMounted(() => {
153
154
.og-card-sponsor {
155
156
- z-index: 1;
+ z-index: 2;
157
right: 0;
158
bottom: 1.25rem;
159
width: 13.75rem;
0 commit comments