Resizeable panels

This commit is contained in:
alonso.torres 2022-01-26 15:16:21 +01:00
parent acc3d00fd5
commit 1599b2644a
19 changed files with 307 additions and 118 deletions

View file

@ -11,6 +11,13 @@ body {
display: flex;
flex-direction: column;
font-family: "worksans", sans-serif;
width: 100vw;
height: 100vh;
overflow: hidden;
}
#app {
width: 100vw;
height: 100vh;
overflow: hidden;
}