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 22, 2024
1 parent b2dfaac commit ff1792f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcAppNavigation/NcAppNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ export default {
@media only screen and (max-width: $breakpoint-mobile) {
.app-navigation {
position: absolute;
inset-inline-start: 0;
border-inline-end: 1px solid var(--color-border);
}
}
Expand Down

0 comments on commit ff1792f

Please sign in to comment.