Skip to content
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

Content of CCard scrolling when using a v-row #62

Open
ItsPierre opened this issue Mar 24, 2024 · 0 comments
Open

Content of CCard scrolling when using a v-row #62

ItsPierre opened this issue Mar 24, 2024 · 0 comments
Labels
type:fix A bug report or fix

Comments

@ItsPierre
Copy link
Contributor

Describe the bug
When using the CCard with the property scrollable enabled (or just when using a CCardDialog and the content being a v-row the content will scroll 2px even if it doesn't have to scroll.

To Reproduce
Steps to reproduce the behavior:

  1. Build a CCardDialog
  2. Use a v-row in the default slot
  3. Open the dialog and see, that the scrollbar appears

Expected behavior
The content should only scroll, if it really needs to.

Additional context
A temporary fix is to use class my-0 for the v-row.

@ItsPierre ItsPierre added the type:fix A bug report or fix label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:fix A bug report or fix
Projects
None yet
Development

No branches or pull requests

1 participant