Merge pull request #84 from Safelite/CSR-213-scroll-issue

CSR-213 fix scroll issue per qa.
This commit is contained in:
bmauger 2021-12-07 15:00:04 -05:00 committed by GitHub
commit c5181a004f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>