diff --git a/frontend/src/features/boss-crystal/user/CharacterPanel.jsx b/frontend/src/features/boss-crystal/user/CharacterPanel.jsx index 77d47c1..4c51432 100644 --- a/frontend/src/features/boss-crystal/user/CharacterPanel.jsx +++ b/frontend/src/features/boss-crystal/user/CharacterPanel.jsx @@ -1,6 +1,7 @@ import { useState } from 'react' import { useMutation } from '@tanstack/react-query' import { Reorder, useDragControls } from 'framer-motion' +import { OverlayScrollbarsComponent } from 'overlayscrollbars-react' import { api } from '../../../api/client' import ConfirmDialog from '../../../components/ConfirmDialog' import Tooltip from '../../../components/Tooltip' @@ -359,26 +360,34 @@ export default function CharacterPanel({ {/* 캐릭터 목록 (스크롤) */} {characters.length > 0 && ( -