Kael
Kael
Is this still a problem in v3?
[Bug Report][3.0.0-beta.9] In fixed-header tables, the tbody scrolls over thead and trs in the thead
Is this actually a bug or do you just need to set your custom background color on `th` instead of `thead`
[Bug Report][3.0.0-beta.9] In fixed-header tables, the tbody scrolls over thead and trs in the thead
Closing due to inactivity.
- `update:modelValue` isn't a native event, so `.stop.prevent` won't work - you can prevent the overlay from handling the click with `@click="$event.stopImmediatePropagation()" v-bind="props"` - you can remove the ripple with...
This causes #14009 again. We need to show selections and the input side-by-side like v2 does.
> v-chip is going outside of given card area Because you gave it a margin, chips have `max-width: 100%;` which doesn't include margins. > close button is not always visible...
This is essentially ``, I don't know that it actually needs to remain a separate component.
v2 bottom sheet didn't have any of that either, and it was just a dialog so it didn't even have touch drag like drawers do.
Workaround is to add `persistent` to the dialog.
Damn that's sneaky. Note this will cause the dialog to have a higher z-index than the snackbar if the snackbar is open first.