afc163
6 years ago
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48
1 changed files with
1 additions and
1 deletions
-
components/drawer/index.tsx
|
|
@ -208,7 +208,7 @@ export default class Drawer extends React.Component<DrawerProps, IDrawerState> { |
|
|
|
return { |
|
|
|
zIndex, |
|
|
|
transform: push ? this.getPushTransform(placement) : undefined, |
|
|
|
style, |
|
|
|
...style, |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|