-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Description
There isn't any css being applied when I set up a css class for the ghost container. This is the set up below
<draggable
v-if="mainAnswer.length !== 0"
class="d-flex flex-wrap flex-row justify-center flex-fill no-select"
:list="mainAnswer"
:disabled="!allow_drag"
group="people"
:forceFallback="true"
fallback-class="drag-ghost"
ghost-class="custom-ghost"
:move="onMoveCallback"
>
.custom-ghost {
width: auto;
min-width: 150px;
background-color: purple;
color: green;
}
faizaaulia
Metadata
Metadata
Assignees
Labels
No labels