Skip to content

Commit

Permalink
Fixes zammad#4538 - Icon taskbar on the right is over the scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas committed Sep 26, 2023
1 parent c83adb1 commit 960b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/zammad.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7937,7 +7937,7 @@ a.list-group-item.active > .badge,
justify-content: center;
position: absolute;

@include bidi-style(left, -55px, right, auto);
@include bidi-style(left, -56px, right, auto);

top: 0;
bottom: 0;
Expand Down

0 comments on commit 960b941

Please sign in to comment.