Merge pull request #1932 from Safelite/CSR-1169-scroll-jump-and-animation

CSR-1169 fix animation.
This commit is contained in:
bmauger 2024-07-31 10:49:49 -04:00 committed by GitHub
commit f5ab1405a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,6 +178,11 @@ export default {
border-radius: 0.5rem;
overflow: hidden;
min-height: 60px;
max-height: 100px;
@include media-breakpoint-up(md) {
max-height: 500px;
}
transition: max-height 0.25s ease-in;
&.has-subheader {
min-height: 80px;