diff options
author | bobzel <zzzman@gmail.com> | 2023-05-24 15:04:13 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-24 15:04:13 -0400 |
commit | 4c96bbd25d84964811838d005ff4e40487e1ec41 (patch) | |
tree | 01e7b2e33cd1e8010b9e545130c166303e11354f /src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss | |
parent | f0dad2a437ac339e2d6126bdadfd7a110d9ff999 (diff) |
more phys code streamlining
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss')
-rw-r--r-- | src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss index b498296bf..2e6ad413f 100644 --- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss +++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss @@ -22,6 +22,12 @@ justify-content: space-between; } } + .rod { + pointer-events: none; + position: absolute; + left: 0; + top: 0; + } } .coordinateSystem { |