top
Description
sets the top offset of a popup in pixelsType
number
Default
0
Example
<Popup top={300} left={300}>
<div class="popup">
<p>Some text here and there</p>
</div>
</Popup>
Related article: Absolute positioning
number
0
<Popup top={300} left={300}>
<div class="popup">
<p>Some text here and there</p>
</div>
</Popup>
Related article: Absolute positioning