You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Build a CCardDialog
Use a v-row in the default slot
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the
CCard
with the propertyscrollable
enabled (or just when using aCCardDialog
and the content being av-row
the content will scroll 2px even if it doesn't have to scroll.To Reproduce
Steps to reproduce the behavior:
CCardDialog
v-row
in the default slotExpected behavior
The content should only scroll, if it really needs to.
Additional context
A temporary fix is to use class
my-0
for thev-row
.The text was updated successfully, but these errors were encountered: