Skip to content

Commit 0c45fe1

Browse files
authored
Update other examples
1 parent e5a23c6 commit 0c45fe1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

learn/overflow/auto.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<style class="editable">
1212
.box {
1313
border: 1px solid #333333;
14-
width: 200px;
14+
width: 350px;
1515
height: 100px;
1616
overflow: auto;
1717
}
@@ -26,7 +26,7 @@
2626
<textarea class="playable playable-css" style="height: 120px;">
2727
.box {
2828
border: 1px solid #333333;
29-
width: 200px;
29+
width: 350px;
3030
height: 100px;
3131
overflow: auto;
3232
}

learn/overflow/hidden.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<style class="editable">
1212
.box {
1313
border: 1px solid #333333;
14-
width: 200px;
14+
width: 350px;
1515
height: 100px;
1616
overflow: hidden;
1717
}
@@ -26,7 +26,7 @@
2626
<textarea class="playable playable-css" style="height: 120px;">
2727
.box {
2828
border: 1px solid #333333;
29-
width: 200px;
29+
width: 350px;
3030
height: 100px;
3131
overflow: hidden;
3232
}

learn/overflow/scroll-y.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<style class="editable">
1212
.box {
1313
border: 1px solid #333333;
14-
width: 200px;
14+
width: 350px;
1515
height: 100px;
1616
overflow-y: scroll;
1717
}
@@ -26,7 +26,7 @@
2626
<textarea class="playable playable-css" style="height: 120px;">
2727
.box {
2828
border: 1px solid #333333;
29-
width: 200px;
29+
width: 350px;
3030
height: 100px;
3131
overflow-y: scroll;
3232
}

learn/overflow/scroll.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<style class="editable">
1212
.box {
1313
border: 1px solid #333333;
14-
width: 200px;
14+
width: 350px;
1515
height: 100px;
1616
overflow: scroll;
1717
}
@@ -26,7 +26,7 @@
2626
<textarea class="playable playable-css" style="height: 120px;">
2727
.box {
2828
border: 1px solid #333333;
29-
width: 200px;
29+
width: 350px;
3030
height: 100px;
3131
overflow: scroll;
3232
}

0 commit comments

Comments
 (0)