From 43d589be79f4aa4a38c2cb88667cc88b6f521484 Mon Sep 17 00:00:00 2001 From: Michele Lo Russo Date: Wed, 4 Dec 2024 06:23:32 +0100 Subject: [PATCH] Fix bug when you press PgUp/PgDown on a long message with sidebar open (#29272) Co-authored-by: Mattermost Build --- webapp/channels/src/sass/base/_structure.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/channels/src/sass/base/_structure.scss b/webapp/channels/src/sass/base/_structure.scss index 670560f6b7..9c310ccddd 100644 --- a/webapp/channels/src/sass/base/_structure.scss +++ b/webapp/channels/src/sass/base/_structure.scss @@ -217,6 +217,7 @@ body.app__body #root { .sidebar--right--width-holder { grid-area: rhs; + transform: none; } #sidebar-right {