fix: fixed columns draggables and styles
This commit is contained in:
9
src/components/dnd/SortableDnd/SortableDnd.module.css
Normal file
9
src/components/dnd/SortableDnd/SortableDnd.module.css
Normal file
@ -0,0 +1,9 @@
|
||||
.swiper-container :global(.swiper-scrollbar-drag) {
|
||||
@mixin dark {
|
||||
background-color: var(--mantine-color-dark-9);
|
||||
}
|
||||
@mixin light {
|
||||
background-color: grey;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user