teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

ミス編集

2020/04/13 14:18

投稿

退会済みユーザー
answer CHANGED
@@ -49,7 +49,6 @@
49
49
  overflow-x: hidden;
50
50
  -webkit-overflow-scrolling: touch;
51
51
  width:100%;
52
-
53
52
  max-height:100%;
54
53
  }
55
54
  .cp_actab1 input:checked ~ .cp_actab1 {
@@ -57,7 +56,6 @@
57
56
  overflow-x: hidden;
58
57
  -webkit-overflow-scrolling: touch;
59
58
  width:100%;
60
-
61
59
  max-height:20%;
62
60
  }
63
61
 
@@ -73,7 +71,7 @@
73
71
  overflow-y:scroll;
74
72
  overflow-x: hidden;
75
73
  -webkit-overflow-scrolling: touch;
76
- height:20%;
74
+ width:100%;
77
75
  max-height:60%;
78
76
  }
79
77
 
@@ -90,7 +88,7 @@
90
88
  overflow-y:scroll;
91
89
  overflow-x: hidden;
92
90
  -webkit-overflow-scrolling: touch;
93
- height:80%;
91
+ width:100%;
94
92
  max-height:80%;
95
93
  }
96
94