CSR-213 fix scroll issue per qa.

This commit is contained in:
bmauger 2021-12-07 14:51:52 -05:00
parent 5d13d2e97d
commit 5c72c56b0c

View file

@ -82,6 +82,7 @@ export default {
// Height will be determined by overall height of content above list // Height will be determined by overall height of content above list
height: calc(100% - 255px); height: calc(100% - 255px);
width: calc(100% - 1rem); width: calc(100% - 1rem);
-webkit-overflow-scrolling: touch;
} }
} }
</style> </style>