Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
|
@@ -63,8 +63,8 @@
|
|
| 63 |
frameGroup.append("rect")
|
| 64 |
.attr("x", 0)
|
| 65 |
.attr("y", boxY)
|
| 66 |
-
.attr("width",
|
| 67 |
-
.attr("height",
|
| 68 |
.attr("fill", "#fff")
|
| 69 |
.attr("stroke", "#000");
|
| 70 |
|
|
|
|
| 63 |
frameGroup.append("rect")
|
| 64 |
.attr("x", 0)
|
| 65 |
.attr("y", boxY)
|
| 66 |
+
.attr("width", 100%)
|
| 67 |
+
.attr("height", 100%)
|
| 68 |
.attr("fill", "#fff")
|
| 69 |
.attr("stroke", "#000");
|
| 70 |
|