diff options
author | bobzel <zzzman@gmail.com> | 2023-05-24 16:39:38 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-24 16:39:38 -0400 |
commit | 9e1c341955fb016f4a62339e4f11ac42d9572e95 (patch) | |
tree | 007a18eb3daba387144e00131a93d6e3fa5c91ef /src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss | |
parent | 4c96bbd25d84964811838d005ff4e40487e1ec41 (diff) |
render cleanup for phys vector arrows.
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss')
-rw-r--r-- | src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss index 2e6ad413f..5f142df19 100644 --- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss +++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss @@ -22,7 +22,11 @@ justify-content: space-between; } } - .rod { + .rod, + .spring, + .wheel, + .showvecs, + .wedge { pointer-events: none; position: absolute; left: 0; |