Skip to content

Commit 41b6346

Browse files
committed
fix: OgCard background image
1 parent dc1383a commit 41b6346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui/components/namecard/OgCard24.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ onMounted(() => {
6565
6666
.og-card-background {
6767
position: absolute;
68-
z-index: -1;
68+
z-index: 1;
6969
left: 0;
7070
top: 0;
7171
vertical-align: top;
@@ -153,7 +153,7 @@ onMounted(() => {
153153
154154
.og-card-sponsor {
155155
position: absolute;
156-
z-index: 1;
156+
z-index: 2;
157157
right: 0;
158158
bottom: 1.25rem;
159159
width: 13.75rem;

0 commit comments

Comments
 (0)