diff options
Diffstat (limited to 'src/views/nodes/NodeView.scss')
-rw-r--r-- | src/views/nodes/NodeView.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/views/nodes/NodeView.scss b/src/views/nodes/NodeView.scss index 2dfdee6fa..e8964399b 100644 --- a/src/views/nodes/NodeView.scss +++ b/src/views/nodes/NodeView.scss @@ -1,9 +1,7 @@ .node { position: absolute; - background: #cdcdcd; + // background: #cdcdcd; - width: 300px; - height: 300px; overflow: hidden; |