2018-10-03 20:04:29 +00:00
|
|
|
html, body {
|
2018-11-03 11:16:13 +00:00
|
|
|
height: 100%;
|
|
|
|
overflow-y: hidden;
|
2018-10-03 20:04:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.app-container {
|
|
|
|
width: 100%;
|
2018-11-03 11:16:13 +00:00
|
|
|
height: 100%;
|
2018-10-03 20:04:29 +00:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
.app {
|
2018-11-03 11:16:13 +00:00
|
|
|
width: 100%;
|
|
|
|
height: calc(100% - 50px);
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
display: flex; flex-direction: column; resize: both;
|
2018-10-03 20:04:29 +00:00
|
|
|
}
|
2018-11-03 11:16:13 +00:00
|
|
|
}
|