Browse Source

Fixes #4538 - Icon taskbar on the right is over the scrollbar

Mantas 1 year ago
parent
commit
960b94193a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/assets/stylesheets/zammad.scss

+ 1 - 1
app/assets/stylesheets/zammad.scss

@@ -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;