feat: switched from setting height to 100% to using 100dvh

This commit is contained in:
SauceyRed 2025-05-28 22:37:25 +02:00
parent 585e79dac6
commit e6bff0042d
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462
2 changed files with 1 additions and 3 deletions

View file

@ -18,7 +18,6 @@ body {
box-sizing: border-box;
color: rgb(190, 190, 190);
background-color: rgb(30, 30, 30);
height: 100%;
margin: 0;
}

View file

@ -90,7 +90,7 @@ function sendMessage(e: Event) {
<style>
#client-root {
/* border: 1px solid white; */
height: 100%;
height: 100dvh;
display: grid;
grid-template-columns: 1fr 4fr 18fr 4fr;
grid-template-rows: 4dvh auto;
@ -114,7 +114,6 @@ function sendMessage(e: Event) {
#__nuxt {
display: flex;
flex-flow: column;
height: 100%;
}
.grid-column {