From 429607e1fe9ca0e4684a22aff36e358b598bd273 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Sun, 27 Feb 2022 11:07:06 +0100 Subject: [PATCH] fixed shoppoing v2 list container size --- vue/src/apps/ShoppingListView/ShoppingListView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue/src/apps/ShoppingListView/ShoppingListView.vue b/vue/src/apps/ShoppingListView/ShoppingListView.vue index 7ae5c271c..087bda807 100644 --- a/vue/src/apps/ShoppingListView/ShoppingListView.vue +++ b/vue/src/apps/ShoppingListView/ShoppingListView.vue @@ -1493,7 +1493,7 @@ export default { flex-grow: 1; overflow-y: scroll; overflow-x: hidden; - height: 6vh; + height: 60vh; /* TODO use proper fill height here to not render list underneath bottom buttons */ padding-right: 8px !important; } }