diff options
-rw-r--r-- | stylesheets/qp.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stylesheets/qp.css b/stylesheets/qp.css index 93cbde9..7d785b0 100644 --- a/stylesheets/qp.css +++ b/stylesheets/qp.css @@ -1,4 +1,4 @@ -div.qp-node
+div.qp-node
{
background-color: #FFFFCC;
margin: 2px;
@@ -176,3 +176,6 @@ div.qp-node:hover .qp-tt display: table-cell;
padding-left: 15px;
}
+.qp-tr canvas,.qp-root canvas {
+ height: 100%;
+}
\ No newline at end of file |