diff --git a/src/lib/components/ExpandNavigation.svelte b/src/lib/components/ExpandNavigation.svelte
index 45aa691f1e0..ad2e2e8133a 100644
--- a/src/lib/components/ExpandNavigation.svelte
+++ b/src/lib/components/ExpandNavigation.svelte
@@ -10,7 +10,7 @@
-
(isNavCollapsed = !isNavCollapsed)}
- classNames="absolute inset-y-0 z-10 my-auto {!isNavCollapsed
- ? 'left-[290px]'
- : 'left-0'} *:transition-transform"
- />
-
{#if canShare}