Merge remote-tracking branch 'upstream/master' into feature/load-from-url

This commit is contained in:
orangemug
2017-10-12 15:15:20 +01:00
13 changed files with 467 additions and 197 deletions

View File

@@ -21,7 +21,9 @@ class Modal extends React.Component {
<CloseIcon />
</a>
</header>
<div className="maputnik-modal-content">{this.props.children}</div>
<div className="maputnik-modal-scroller">
<div className="maputnik-modal-content">{this.props.children}</div>
</div>
</div>
</Overlay>
}