feat: switched from setting height to 100% to using 100dvh
This commit is contained in:
parent
585e79dac6
commit
e6bff0042d
2 changed files with 1 additions and 3 deletions
1
app.vue
1
app.vue
|
@ -18,7 +18,6 @@ body {
|
|||
box-sizing: border-box;
|
||||
color: rgb(190, 190, 190);
|
||||
background-color: rgb(30, 30, 30);
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue