From fad268089fe2cff97bf8864d86814a4b401fe15b Mon Sep 17 00:00:00 2001 From: Mantas Masalskis Date: Tue, 26 Sep 2023 20:01:38 +0200 Subject: [PATCH] Fixes #4538 - Icon taskbar on the right is over the scrollbar --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 566c7e3e49b8..4c7a6944c82f 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -7920,7 +7920,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;