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 authored and skjnldsv committed Dec 11, 2024
1 parent d9ead6d commit 2ed3522
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 2ed3522

Please sign in to comment.