fix read more height

master
lyy 6 years ago
parent d7336ea16d
commit 781524a3c9

@ -104,7 +104,7 @@ table tr:nth-child(odd){
transition:max-height .3s;
}
:checked ~ .readMore {
max-height:666px;
max-height:fit-content;
}
input[type="checkbox"] {
position:absolute;

Loading…
Cancel
Save