質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,6 +38,6 @@
|
|
38
38
|
|
39
39
|
```css
|
40
40
|
|
41
|
-
.wrapper
|
41
|
+
.wrapper{ height: 100%;overflow-y:scroll; }
|
42
42
|
|
43
43
|
```
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -35,3 +35,9 @@
|
|
35
35
|
</div>
|
36
36
|
|
37
37
|
```
|
38
|
+
|
39
|
+
```css
|
40
|
+
|
41
|
+
.wrapper { height: 100%;overflow-y:scroll; }
|
42
|
+
|
43
|
+
```
|