diff options
author | bobzel <zzzman@gmail.com> | 2023-05-23 15:59:44 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-23 15:59:44 -0400 |
commit | 26af8ab71bec926e4514c7df2d523f1635f55f9b (patch) | |
tree | d54595f0b9e687d2b6e45a2e29b0b81598a18a1b /src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss | |
parent | ec0c8abac9b3a3064dd4f102df0fcc010cfca7cf (diff) |
fixed resizing physbox container.
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss')
-rw-r--r-- | src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss index c29e36a97..b498296bf 100644 --- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss +++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationBox.scss @@ -14,6 +14,8 @@ position: fixed; left: 60%; padding: 1em; + height: 100%; + overflow: auto; .mechanicsSimulationControls { display: flex; |