1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +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> <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;