2018-10-03 20:04:29 +00:00
|
|
|
html, body {
|
2018-11-03 11:16:13 +00:00
|
|
|
overflow-y: hidden;
|
2019-03-07 14:30:53 +00:00
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
min-height: 250px;
|
|
|
|
min-width: 250px;
|
2018-10-03 20:04:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.app-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2019-03-07 14:30:53 +00:00
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
right: 10px;
|
|
|
|
left: 10px;
|
|
|
|
bottom: 40px;
|
|
|
|
top: 10px;
|
2018-10-03 20:04:29 +00:00
|
|
|
|
|
|
|
.app {
|
2018-11-03 11:16:13 +00:00
|
|
|
width: 100%;
|
2019-03-07 14:30:53 +00:00
|
|
|
height: 100%;
|
2018-11-03 11:16:13 +00:00
|
|
|
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
|
|
|
}
|