rabiyulfahim commited on
Commit
433eee1
·
verified ·
1 Parent(s): 8f34159

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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", 200)
67
- .attr("height", 40)
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