1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

bugfix: app height: 100%

This commit is contained in:
Michael Shanks 2020-06-02 10:37:31 +01:00
parent 58c80b56cf
commit ea5a52d61c

View file

@ -82,6 +82,7 @@
<style>
.root {
min-height: 100%;
height: 100%;
width: 100%;
display: flex;
flex-direction: column;