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; transition:max-height .3s;
} }
:checked ~ .readMore { :checked ~ .readMore {
max-height:666px; max-height:fit-content;
} }
input[type="checkbox"] { input[type="checkbox"] {
position:absolute; position:absolute;

Loading…
Cancel
Save