FluentCard will cut off select box lists #2149
Unanswered
StevenTCramer
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Have you tried adding |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you have a FluentSelect inside a FluentCard the list will be cut off at the border of the card.
The reason is because the card has
contain: content;
I did a search and saw where this was added.
1006573
There is a comment:
"* Fix style adding
contain: content;
"But I don't know exactly what "fix" means.
Workaround
One can work around this by setting the contain to none.
Beta Was this translation helpful? Give feedback.
All reactions