From 69a453c575f5703084ac72ebf0aee13574b35072 Mon Sep 17 00:00:00 2001 From: tellthemachines Date: Mon, 21 Oct 2024 10:56:35 +1100 Subject: [PATCH] Remove relative position from sidebar tabpanel --- .../block-editor/src/components/tabbed-sidebar/style.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/block-editor/src/components/tabbed-sidebar/style.scss b/packages/block-editor/src/components/tabbed-sidebar/style.scss index 38932f8714ad94..f7fba1c0003467 100644 --- a/packages/block-editor/src/components/tabbed-sidebar/style.scss +++ b/packages/block-editor/src/components/tabbed-sidebar/style.scss @@ -32,10 +32,4 @@ flex-direction: column; overflow-y: auto; scrollbar-gutter: auto; - - // Use `position: relative` to ensure any absolute positioned child elements are - // positioned relative to the tab panel. - // This makes the overflow rule of the panel work correctly, particularly when the - // `VisuallyHidden` component is used within the inserter UI. - position: relative; }