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