diff --git a/frontend/app/App.jsx b/frontend/app/App.jsx
index 96b208b..d0d38ee 100644
--- a/frontend/app/App.jsx
+++ b/frontend/app/App.jsx
@@ -56,31 +56,33 @@ export const App = (props) => {
return (
-
-
- {colorPicker && (
-
+
+
- )}
- {settingsPopup && (
-
- )}
+ {colorPicker && (
+
+ )}
+ {settingsPopup && (
+
+ )}
+
+
+ {props.children}
+
-
- {props.children}
-
);
};
diff --git a/frontend/app/components/NavigationRail/NavigationRail.jsx b/frontend/app/components/NavigationRail/NavigationRail.jsx
index 9a4d58f..bad7d86 100644
--- a/frontend/app/components/NavigationRail/NavigationRail.jsx
+++ b/frontend/app/components/NavigationRail/NavigationRail.jsx
@@ -42,7 +42,18 @@ export const NavigationRail = (props) => {
];
return (
-