Commit fdcf4cb635326b5b1afce99095193058311e1e97

Authored by 梁灏
1 parent fecb7cbe

close #5397

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
src/styles/components/drawer.less
... ... @@ -96,6 +96,10 @@
96 96  
97 97 &-no-mask{
98 98 pointer-events: none;
  99 +
  100 + .@{drawer-prefix-cls}-drag{
  101 + pointer-events: auto;
  102 + }
99 103 }
100 104  
101 105 &-drag{
... ...