fixed shoppoing v2 list container size

This commit is contained in:
vabene1111
2022-02-27 11:07:06 +01:00
parent 802242f54e
commit 429607e1fe

View File

@@ -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;
}
}