diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx
index ba08bf7c..d52c68d4 100644
--- a/src/components/LayerUI.tsx
+++ b/src/components/LayerUI.tsx
@@ -432,56 +432,58 @@ const LayerUI = ({
)}
{!device.isMobile && (
-
- {renderFixedSideContainer()}
-
- {appState.showStats && (
-
+
+ {renderFixedSideContainer()}
+
{appState.isLibraryOpen && (
{libraryMenu}
)}
-
+ >
)}
>
);