.comments_timeline { max-height: 160px; overflow: hidden; -webkit-mask-image: linear-gradient(#1a1a1a,transparent); mask-image: linear-gradient(#1a1a1a,transparent); transform: scale(0.85); transform-origin: 80% 0%; margin-bottom: -32px; &:hover { max-height: 420px; -webkit-mask-image: none; mask-image: none; } &:active { max-height: 420px; -webkit-mask-image: none; mask-image: none; } }