aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-05-24 16:39:38 -0400
committerbobzel <zzzman@gmail.com>2023-05-24 16:39:38 -0400
commit9e1c341955fb016f4a62339e4f11ac42d9572e95 (patch)
tree007a18eb3daba387144e00131a93d6e3fa5c91ef /src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss
parent4c96bbd25d84964811838d005ff4e40487e1ec41 (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.scss6
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;