When adding a kirby-dropdown to a kirby-card and the dropdown exceeds the cards borders, it's cropped due to overflow:hidden.
Explanation of applied labels can be found here: https://github.com/kirbydesign/designsystem/labels
## Describe how to reproduce the bug
Bug replicated here https://github.com/kirbydesign/designsystem/tree/bug/card-overflow
Go to Dropdown and interact with the first dropdown.
Which Kirby version was used?
develop as of today
## What was the expected behavior?
That you can see all items of the dropdown
Add any screenshots
Please complete the following information:
OS: [e.g. Windows, MacOS, iOS]
Browser [e.g. Chrome, Safari]
Browser version [e.g. 22]
Are there any additional context?
I understand the reasoning for overflow hidden in cards, not wanting the content to bleed out of a small container, but that will only happen on the X axis.
Is it possible to lift the overflow restriction to overflow-x: hidden?
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Verification
To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.
[ ] Make sure the NOT verified label has been removed by a member of team Kirby; do not proceed until this is done.
Implementation
The contributor who wants to implement this issue should:
Describe the bug
When adding a kirby-dropdown to a kirby-card and the dropdown exceeds the cards borders, it's cropped due to overflow:hidden. Explanation of applied labels can be found here: https://github.com/kirbydesign/designsystem/labels
## Describe how to reproduce the bug Bug replicated here https://github.com/kirbydesign/designsystem/tree/bug/card-overflow Go to Dropdown and interact with the first dropdown.Which Kirby version was used?
develop as of today
## What was the expected behavior? That you can see all items of the dropdownAdd any screenshots
Please complete the following information:
Are there any additional context?
I understand the reasoning for overflow hidden in cards, not wanting the content to bleed out of a small container, but that will only happen on the X axis.
Is it possible to lift the overflow restriction to overflow-x: hidden?
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Verification
To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.
NOT verified
label has been removed by a member of team Kirby; do not proceed until this is done.Implementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review: