We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054d03a commit 9a4c19dCopy full SHA for 9a4c19d
src/assets/css/_css/faq.less
@@ -68,27 +68,30 @@
68
opacity: 0;
69
margin-bottom: 0;
70
margin-top: 0;
71
- display: none;
+ overflow: hidden;
72
+ transition: height 0ms 400ms, opacity 400ms 0ms;
73
74
&.show {
75
opacity: 1;
76
max-height: 800px;
77
margin-bottom: 1.0875rem;
- display: block;
78
+ overflow: visible;
79
+ transition: height 0ms 0ms, opacity 600ms 0ms;
80
}
81
82
83
p {
84
max-height: 0;
85
86
margin: 0;
87
88
89
90
91
92
max-height: 400px;
93
94
95
96
97
0 commit comments