Merge pull request #1932 from Safelite/CSR-1169-scroll-jump-and-animation
CSR-1169 fix animation.
This commit is contained in:
commit
f5ab1405a8
1 changed files with 5 additions and 0 deletions
|
|
@ -178,6 +178,11 @@ export default {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
|
max-height: 100px;
|
||||||
|
@include media-breakpoint-up(md) {
|
||||||
|
max-height: 500px;
|
||||||
|
}
|
||||||
|
transition: max-height 0.25s ease-in;
|
||||||
|
|
||||||
&.has-subheader {
|
&.has-subheader {
|
||||||
min-height: 80px;
|
min-height: 80px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue