aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PhysicsSimulationBox.scss
diff options
context:
space:
mode:
authorbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-02-21 16:10:23 -0500
committerbrynnchernosky <56202540+brynnchernosky@users.noreply.github.com>2023-02-21 16:10:23 -0500
commit0f03110bab8d4636d33abf7568bf7c6cb14847b4 (patch)
treebda607650976d84200e74751c397ebf9b059bdd9 /src/client/views/nodes/PhysicsSimulationBox.scss
parent0fd4eb6a8bf80861345633aabe6d482c24cb4d70 (diff)
settings menu
Diffstat (limited to 'src/client/views/nodes/PhysicsSimulationBox.scss')
-rw-r--r--src/client/views/nodes/PhysicsSimulationBox.scss17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/client/views/nodes/PhysicsSimulationBox.scss b/src/client/views/nodes/PhysicsSimulationBox.scss
index 9efe835a3..7573f1472 100644
--- a/src/client/views/nodes/PhysicsSimulationBox.scss
+++ b/src/client/views/nodes/PhysicsSimulationBox.scss
@@ -40,7 +40,7 @@ tr:nth-child(even) {
}
button {
- z-index: 5000;
+ z-index: 50;
}
.angleLabel {
@@ -54,14 +54,21 @@ button {
width: 100%;
height: 100%;
font-size: 12px;
- background-color: purple;
+ background-color: rgb(224, 224, 224);
border-radius: 2px;
border-color: black;
border-style: solid;
- z-index: 20000;
+ padding: 10px;
+ position: fixed;
+ z-index: 1000;
}
-.mechanicsSimulationSettingsMenuRow {
+.mechanicsSimulationSettingsMenuColumn {
+ display: flex;
+ flex-direction: column;
+ width: 50%;
+}
+
+.mechanicsSimulationSettingsMenuContents {
display: flex;
- z-index: 20000;
} \ No newline at end of file