From 5d44d75465a2d07414bd66a43b6a811772c3e15e Mon Sep 17 00:00:00 2001 From: Aitor Date: Thu, 12 Jan 2023 16:55:25 +0100 Subject: [PATCH] :bug: Fixes vertical scroll in viewer (code mode) --- frontend/resources/styles/main/partials/viewer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/resources/styles/main/partials/viewer.scss b/frontend/resources/styles/main/partials/viewer.scss index 97d6c77d0..6875d65b3 100644 --- a/frontend/resources/styles/main/partials/viewer.scss +++ b/frontend/resources/styles/main/partials/viewer.scss @@ -85,7 +85,7 @@ } & .viewer-go-next.right-bar { - right: 256px; + right: 264px; } & .viewer-go-prev {