aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PhysicsSimulationBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationBox.scss')
-rw-r--r--src/client/views/nodes/PhysicsSimulationBox.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationBox.scss b/src/client/views/nodes/PhysicsSimulationBox.scss
index cfe2ee6ca..9efe835a3 100644
--- a/src/client/views/nodes/PhysicsSimulationBox.scss
+++ b/src/client/views/nodes/PhysicsSimulationBox.scss
@@ -49,3 +49,19 @@ button {
user-select: none;
pointer-events: none;
}
+
+.mechanicsSimulationSettingsMenu {
+ width: 100%;
+ height: 100%;
+ font-size: 12px;
+ background-color: purple;
+ border-radius: 2px;
+ border-color: black;
+ border-style: solid;
+ z-index: 20000;
+}
+
+.mechanicsSimulationSettingsMenuRow {
+ display: flex;
+ z-index: 20000;
+} \ No newline at end of file