From 2ed3522a2f33f1042f3d19fd32b773d918dad009 Mon Sep 17 00:00:00 2001 From: falghamdi125 Date: Fri, 22 Nov 2024 11:06:08 -0500 Subject: [PATCH] Fix(NcAppNavigation): Fix sidebar position in RTL mode. Signed-off-by: Faisal Alghamdi --- src/components/NcAppNavigation/NcAppNavigation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcAppNavigation/NcAppNavigation.vue b/src/components/NcAppNavigation/NcAppNavigation.vue index fe9013389a..55c82ec44b 100644 --- a/src/components/NcAppNavigation/NcAppNavigation.vue +++ b/src/components/NcAppNavigation/NcAppNavigation.vue @@ -327,7 +327,7 @@ export default { max-width: var(--app-navigation-max-width); position: relative; top: 0; - left: 0; + inset-inline-start: 0; padding: 0px; // Above NcAppContent z-index: 1800;