intranet kaydırılma işlemi

This commit is contained in:
Sedat ÖZTÜRK 2026-06-05 08:44:01 +03:00
parent 97a2a4b38d
commit 975bc8dd6c

View file

@ -375,7 +375,7 @@ const IntranetDashboard: React.FC = () => {
}
`}
style={{
touchAction: 'none',
touchAction: isDesignMode ? 'none' : 'pan-y',
transition:
'border-color 0.3s ease-out, opacity 0.3s ease-out, box-shadow 0.3s ease-out',
willChange: isDragging ? 'opacity' : 'auto',