mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-01 04:50:59 +08:00
fix(onboarding): Drag area was over (X)
This commit is contained in:
parent
9aeeb431cb
commit
5e1b6caa9e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ ContainerView = React.createClass
|
|||
render: ->
|
||||
<ReactCSSTransitionGroup transitionName="page">
|
||||
{@_pageComponent()}
|
||||
<div class="dragRegion" style={"-webkit-app-region": "drag", position: 'absolute', top:0, left:0, right:0, height: 20, zIndex:100}></div>
|
||||
<div class="dragRegion" style={"-webkit-app-region": "drag", position: 'absolute', top:0, left:40, right:0, height: 20, zIndex:100}></div>
|
||||
</ReactCSSTransitionGroup>
|
||||
|
||||
_pageComponent: ->
|
||||
|
|
Loading…
Reference in a new issue