feat: scrolling of dnd during dragging, visible overlay for mobile

This commit is contained in:
2025-08-12 19:15:11 +04:00
parent 5144c83e93
commit 1a98facd72
7 changed files with 31 additions and 74 deletions

View File

@ -4,6 +4,6 @@
width: 15vw;
@media (max-width: 48em) {
width: auto;
width: 90vw;
}
}

View File

@ -1,7 +1,5 @@
import "@mantine/core/styles.css";
import "@mantine/notifications/styles.css";
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";
import { ReactNode } from "react";
import {
ColorSchemeScript,