From c2b1b682596ef0f3788b8b652f3ca799269053c0 Mon Sep 17 00:00:00 2001 From: ElementRobot Date: Tue, 7 Nov 2023 09:47:32 +0100 Subject: [PATCH] [Backport staging] Fix rightpanel hiding scrollbar (#11832) Co-authored-by: Kerry --- res/css/views/right_panel/_BaseCard.pcss | 3 --- 1 file changed, 3 deletions(-) diff --git a/res/css/views/right_panel/_BaseCard.pcss b/res/css/views/right_panel/_BaseCard.pcss index c16ae5242e..952efa159b 100644 --- a/res/css/views/right_panel/_BaseCard.pcss +++ b/res/css/views/right_panel/_BaseCard.pcss @@ -88,9 +88,6 @@ limitations under the License. } .mx_AutoHideScrollbar { - /* collapse the margin into a padding to move the scrollbar into the right gutter */ - margin-right: -8px; - padding-right: 8px; min-height: 0; width: 100%; height: 100%;