intranet kaydırılma işlemi
This commit is contained in:
parent
97a2a4b38d
commit
975bc8dd6c
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue