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

View File

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