質問編集履歴

2

誤字

2020/02/09 13:11

投稿

whoiwhoi
whoiwhoi

スコア48

test CHANGED
File without changes
test CHANGED
@@ -182,4 +182,4 @@
182
182
 
183
183
 
184
184
 
185
- 動画と閉じるボタンを含んだdiv要素にmax-heithを設定することで、上下のはみ出しを防げるかと思い```max-height: 90vh;```や```max-height: 90%;```を設定してみたのですが、効きませんでした。
185
+ 動画と閉じるボタンを含んだdiv要素にmax-heightを設定することで、上下のはみ出しを防げるかと思い```max-height: 90vh;```や```max-height: 90%;```を設定してみたのですが、効きませんでした。

1

誤字

2020/02/09 13:11

投稿

whoiwhoi
whoiwhoi

スコア48

test CHANGED
File without changes
test CHANGED
@@ -84,7 +84,7 @@
84
84
 
85
85
  </VideoWrap>
86
86
 
87
- <ClseButton onClick={() => setOpen(false)}>close</ClseButton>
87
+ <CloseButton onClick={() => setOpen(false)}>close</CloseButton>
88
88
 
89
89
  </ModalWrap>
90
90
 
@@ -168,7 +168,7 @@
168
168
 
169
169
 
170
170
 
171
- const ClseButton = styled.button`
171
+ const CloseButton = styled.button`
172
172
 
173
173
  z-index: 1;
174
174