adjust height of viewport in mobile shopping view

This commit is contained in:
Chris Scoggins 2022-01-31 16:30:54 -06:00
parent b633be9c13
commit 13d144345e
No known key found for this signature in database
GPG Key ID: 41617A4206CCBAC6

View File

@ -1491,7 +1491,7 @@ export default {
flex-grow: 1;
overflow-y: scroll;
overflow-x: hidden;
height: 65vh;
height: 6vh;
padding-right: 8px !important;
}
}