Skip to content

Commit a6ab0f9

Browse files
committed
remove body margin to get rid off white frame
1 parent 30de4d1 commit a6ab0f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ body,
3737
height: 100%;
3838
}
3939
40+
body {
41+
margin: 0;
42+
}
43+
4044
::placeholder {
4145
@apply font-normal;
4246
}

0 commit comments

Comments
 (0)