-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown content is bounded by a parent card #3145
Closed
gsvarovsky opened this issue
Oct 7, 2020
· 3 comments
· May be fixed by nejidevelops/my-static-web-app#18, nejidevelops/my-static-web-app-and-api#19, harisonbly/jobmaster#4, nejidevelops/my-static-web-app-and-api#24 or nejidevelops/my-static-web-app#43
Closed
Dropdown content is bounded by a parent card #3145
gsvarovsky opened this issue
Oct 7, 2020
· 3 comments
· May be fixed by nejidevelops/my-static-web-app#18, nejidevelops/my-static-web-app-and-api#19, harisonbly/jobmaster#4, nejidevelops/my-static-web-app-and-api#24 or nejidevelops/my-static-web-app#43
Comments
Good point. I didn't realise the overflow would be an issue. It was introduced to allow the card to have rounded corners. There might be a workaround. |
Sorry, yes, forgot to mention, I just added |
I mean there is a way to add rounded corners to the card without using I will add it to the next release. |
This was referenced May 24, 2024
This was referenced Sep 6, 2024
This was referenced Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is about Bulma.
It is a change of behaviour in Bulma 0.9.1 since 0.9.0.
Overview of the problem
This is a Sass issue: I'm using version [0.9.1]
I am sure this issue is not a duplicate.
Description
If a dropdown is used in a card, the dropdown content is bounded by the card.
This is caused by the default value of the new variable
$card-overflow
Steps to Reproduce
is-hoverable
)Expected behavior
Dropdown content shows fully.
Actual behavior
Dropdown content beyond the bottom of the card is hidden.
The text was updated successfully, but these errors were encountered: