Skip to content

Commit 272a5c1

Browse files
committed
feat: background image below other content
1 parent dd10093 commit 272a5c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/signup.vue

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const content = computed(() => {
6363
content: '';
6464
position: absolute;
6565
display: block;
66+
z-index: -1;
6667
overflow: visible;
6768
top: 0;
6869
left: -8vw;

0 commit comments

Comments
 (0)