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.
2 parents dc1383a + 8387542 commit c56e87dCopy full SHA for c56e87d
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;
@@ -82,6 +82,7 @@ onMounted(() => {
82
align-items: center;
83
gap: 0.875rem;
84
font-size: 1.25rem;
85
+ z-index: 2;
86
img {
87
height: 100%;
88
}
@@ -97,6 +98,7 @@ onMounted(() => {
97
98
.og-card-avatar {
99
display: grid;
100
place-items: center;
101
102
103
104
.og-card-avatar-logo-wrapper {
@@ -153,7 +155,7 @@ onMounted(() => {
153
155
154
156
.og-card-sponsor {
157
- z-index: 1;
158
159
right: 0;
160
bottom: 1.25rem;
161
width: 13.75rem;
0 commit comments