Merge branch 'develop' into feature/digital/SSR-219

This commit is contained in:
Kroell 2023-03-02 09:23:19 -05:00
commit 929019fe0d

View file

@ -229,7 +229,7 @@ export default {
.overflow-scroll {
// Height will be determined by overall height of content above list
height: calc(100% - 314px);
height: calc(100% - 383px);
overflow-x: hidden !important;
-webkit-overflow-scrolling: touch;
}