svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.27k stars 63 forks source link

Cards cutting Menus out #427

Closed sunyatasattva closed 11 months ago

sunyatasattva commented 1 year ago

What package has an issue

@svelteuidev/core

A clear and concise description of what the bug is

Because of their nature, Menu components can often overflow their parent. Card components have position: relative and overflow: hidden set, making it so that menus are cut off when this happens.

In which browser(s) did the problem occur?

Chrome

Steps To Reproduce

  1. Create a Card component
  2. Put a Menu component in the header of the card with the up opening direction.
  3. Populate the menu with some items.
  4. Notice that the menu gets cut when open.

Do you know how to fix the issue

Yes

Are you willing to participate in fixing this issue and create a pull request with the fix

Yes

Relevant Assets

No response