BlazorSortableList doesnt work correctly for me because the CSS containing
::deep .sortable-ghost {
visibility: hidden;
}
::deep .sortable-fallback {
opacity: 1 !important
}
is not loaded. What should I do ?
<link href="_content/BlazorSortableList/SortableList.razor.css" rel="stylesheet" />
doesnt work
BlazorSortableList doesnt work correctly for me because the CSS containing
is not loaded. What should I do ?
<link href="_content/BlazorSortableList/SortableList.razor.css" rel="stylesheet" />doesnt work