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>
  • Loading branch information
artonge authored and JuliaKirschenheuter committed Feb 8, 2024
1 parent c1478d3 commit b1c2251
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 b1c2251

Please sign in to comment.