From ff180fd1d118b7bbc33d3759812cd27ce505d84a Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Wed, 5 Jun 2024 18:00:28 +0100 Subject: [PATCH] remove will-change: transform --- .../block-editor/src/components/tabbed-sidebar/style.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/block-editor/src/components/tabbed-sidebar/style.scss b/packages/block-editor/src/components/tabbed-sidebar/style.scss index 90aaed3d0afae..1c955e00b7da6 100644 --- a/packages/block-editor/src/components/tabbed-sidebar/style.scss +++ b/packages/block-editor/src/components/tabbed-sidebar/style.scss @@ -37,13 +37,14 @@ display: flex; flex-grow: 1; flex-direction: column; - //overflow-y: auto; + overflow-y: auto; //height: calc(100% - #{$grid-unit-60 - $border-width}); // Include custom scrollbars, invisible until hovered. - @include custom-scrollbars-on-hover(transparent, $gray-600); - //overflow: auto; + + // TODO - this breaks the absolute positioning of the patterns panel but we need it for list view + //@include custom-scrollbars-on-hover(transparent, $gray-600); // Only reserve space for scrollbars when there is content to scroll. // This allows items in the list view to have equidistant padding left and right