From b7acbe65c1b2e8d820652ac5820b4a6d9f108e03 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Tue, 18 Nov 2025 15:07:09 +0530 Subject: [PATCH] Remove contain property (#31259) This was telling the browser that the children of this div will never go out of the bounding rect of the div. This is incorrect because the expand button is supposed to sit at the edge of the space panel with half of it outside the bounding rect. --- res/css/structures/_LeftPanel.pcss | 3 --- 1 file changed, 3 deletions(-) diff --git a/res/css/structures/_LeftPanel.pcss b/res/css/structures/_LeftPanel.pcss index 6aede8e98e..46d1b99617 100644 --- a/res/css/structures/_LeftPanel.pcss +++ b/res/css/structures/_LeftPanel.pcss @@ -18,9 +18,6 @@ Please see LICENSE files in the repository root for full details. flex-direction: column; max-width: 50%; position: relative; - - /* Contain the amount of layers rendered by constraining what actually needs re-layering via css */ - contain: layout paint; } .mx_LeftPanel_wrapper,