質問編集履歴

2

コードの変更

2020/09/06 13:16

投稿

maskmelon
maskmelon

スコア63

test CHANGED
File without changes
test CHANGED
@@ -80,8 +80,6 @@
80
80
 
81
81
  display: inline-block;
82
82
 
83
- height: 100%;
84
-
85
83
  }
86
84
 
87
85
 

1

言い回しの変更

2020/09/06 13:16

投稿

maskmelon
maskmelon

スコア63

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- `#comment-box`に`position: relative;`を設定して、`#picture-parent`に`position: absolute; top: 0; left: 0;`と設定する方法を試してみたのですが、この方法だとinline-blockが崩れてしまうようです。
13
+ `#comment-box`に`position: relative;`を設定して、`#picture-parent`に`position: absolute; top: 0; left: 0;`と設定することを試してみたのですが、この方法だとinline-blockが崩れてしまうようです。
14
14
 
15
15
 
16
16