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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue