diff --git a/src/components/App.tsx b/src/components/App.tsx
index d30b456d..ba384f5d 100644
--- a/src/components/App.tsx
+++ b/src/components/App.tsx
@@ -332,7 +332,15 @@ export default function App() {
{brandingLogoPath && brandingName && }
{brandingName &&
{brandingName}
}{" "}
-
+
+ {/* Scrollable section for other controls */}
+
{
dispatchCanvas({ type: ActionType.REMOVE_ALL_TRACKS });
@@ -354,9 +362,7 @@ export default function App() {
dispatchCanvas({ type: ActionType.SELECTION_MODE, selectionMode: value });
}}
/>
-
-
-
+
0}
trackManager={trackManager}
@@ -380,7 +386,15 @@ export default function App() {
/>
-
+
`${value}`}
onChange={(_, value) => {
props.setPointSize(value as number);
diff --git a/src/components/leftSidebar/ControlInstructions.tsx b/src/components/leftSidebar/ControlInstructions.tsx
index 7dd2dbb0..96bda5d3 100644
--- a/src/components/leftSidebar/ControlInstructions.tsx
+++ b/src/components/leftSidebar/ControlInstructions.tsx
@@ -38,7 +38,7 @@ export default function ControlInstructions(props: ControlInstructionsProps) {
break;
}
return (
-
+
{instructionText}
);