trackScroll
Description
Optional. Defines whether the popup closes when its container is scrolledUsage
trackScroll?: boolean;
Default value
false
Example
<template>
<Popup :top="300" :left="300" :trackScroll="true">
<div class="popup">
<p>Some text here and there</p>
</div>
</Popup>
</template>
Related article: Closing on scroll