bugfix: app height: 100%
This commit is contained in:
parent
88c81906c9
commit
27eb6443b4
|
@ -82,6 +82,7 @@
|
||||||
<style>
|
<style>
|
||||||
.root {
|
.root {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue