6 lines
62 B
CSS
6 lines
62 B
CSS
.app {
|
|
display: flex;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
.app {
|
|
display: flex;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|