7 lines
77 B
CSS
7 lines
77 B
CSS
.app {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|