I have the following manners:
> first I open this:
<div id="my-id" class="uk-flex-top" uk-modal>
<i class="material-icons uk-text-success md-icon uk-form-file" id="btnCompr" href="#modal-full" uk-toggle>search </i>
<div class="uk-modal-dialog uk-margin-auto-vertical"></div>
</div>
But I want to click on the button to open the second without closing the first
<div id="<i class="material-icons uk-text-success md-icon uk-form-file" id="btnCompr" href="#modal-full" uk-toggle>search </i>" class="uk-modal-full" uk-modal>
<div class="uk-modal-dialog">
<button class="uk-modal-close-full uk-close-large" type="button" uk-close></button>
</div>
</div>