Skip to content

Commit

Permalink
Remove relative position from sidebar tabpanel (#66267)
Browse files Browse the repository at this point in the history
Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
Co-authored-by: aaronrobertshaw <aaronrobertshaw@git.wordpress.org>
  • Loading branch information
5 people authored Oct 21, 2024
1 parent 413bf9b commit d600cee
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

1 comment on commit d600cee

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in d600cee.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11431191679
📝 Reported issues:

Please sign in to comment.