Skip to content

Commit

Permalink
Fix back arrow position in wide screens
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>

[skip ci]
  • Loading branch information
artonge authored and backportbot[bot] committed Feb 7, 2024
1 parent e9b0273 commit 2c56152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderNavigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default {

&__back {
// Replaces the app navigation button
position: fixed !important;
position: absolute !important;
left: var(--app-navigation-padding);
}

Expand Down

0 comments on commit 2c56152

Please sign in to comment.