1 parent f117699 commit 8b3d654Copy full SHA for 8b3d654
1 file changed
index.html
@@ -96,15 +96,15 @@
96
width: 100%;
97
border-left: 0;
98
border-top: 1px solid #374151;
99
- max-height: 0;
+ height: 0;
100
min-height: 0;
101
- flex-basis: 0; /* Don't take up any space when closed */
102
overflow: hidden;
103
opacity: 0;
104
flex-shrink: 0;
105
- transition: max-height 0.3s ease, opacity 0.3s ease;
+ transition: height 0.3s ease, opacity 0.3s ease;
106
}
107
.responsive-details.open {
+ height: auto;
108
max-height: 50vh;
109
opacity: 1;
110
0 commit comments