Merge pull request #182 from Safelite/feature/Digital/SSR-277

SSR-277
This commit is contained in:
shnsuku 2023-03-02 19:49:22 +05:30 committed by GitHub
commit b500b5fbfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,7 +229,7 @@ export default {
.overflow-scroll { .overflow-scroll {
// 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% - 314px); height: calc(100% - 383px);
overflow-x: hidden !important; overflow-x: hidden !important;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }