We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c1b33 commit c7632acCopy full SHA for c7632ac
1 file changed
src/App.vue
@@ -54,7 +54,8 @@ export default {
54
#pantry-main {
55
display: flex;
56
flex-direction: column;
57
- height: 100vh;
+ height: 100%;
58
+ min-height: 0;
59
overflow: hidden;
60
}
61
0 commit comments