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