Skip to content

Commit

Permalink
Fix(NcAppNavigation): Fix sidebar position in RTL mode.
Browse files Browse the repository at this point in the history
Signed-off-by: Faisal Alghamdi <[email protected]>
  • Loading branch information
falghamdi125 committed Nov 28, 2024
1 parent b2dfaac commit 9a07e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9a07e8e

Please sign in to comment.