回答編集履歴

1

表現の修正

2016/07/07 05:54

投稿

FKM
FKM

スコア3608

test CHANGED
@@ -1,4 +1,4 @@
1
- max-heightで値を設定しておくと、heightがautoでも行けるみたいです。
1
+ max-heightで値を設定しておくと、heightがautoでも行けるようになります。
2
2
 
3
3
  [auto height な CSS Transitions](http://unformedbuilding.com/articles/auto-height-css-transitions/)
4
4
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  height: auto;
26
26
 
27
- max-height: 500px;
27
+ max-height: 1000px;
28
28
 
29
29
  }
30
30