回答編集履歴
1
ミス編集
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
|
-
|
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
|
-
|
91
|
+
width:100%;
|
94
92
|
max-height:80%;
|
95
93
|
}
|
96
94
|
|