This commit is contained in:
iqudoo
2026-06-14 14:03:45 +08:00
parent 2bd89c517c
commit b4c2cf07d0
2 changed files with 3 additions and 4 deletions

View File

@@ -1677,7 +1677,7 @@ export const LabelDesigner: React.FC<LabelDesignerProps> = ({
<div
ref={canvasAreaRef}
className={`flex-1 ps-workspace-bg ps-design-canvas-touch flex items-center justify-center min-h-0 min-w-0 p-4 ${
allowInteractionOverflow ? 'overflow-visible' : 'overflow-auto'
allowInteractionOverflow ? 'overflow-visible' : 'overflow-auto scrollbar-hide overscroll-contain'
}`}
onPointerDown={handleWorkspacePointerDown}
onClick={(e) => {