Remove close icon
parent
426a6f2176
commit
128d7545c4
|
@ -5,7 +5,7 @@
|
||||||
<div class="card flex justify-content-center">
|
<div class="card flex justify-content-center">
|
||||||
<Button type="button" icon="pi pi-share-alt" label="Share" @click="toggle" />
|
<Button type="button" icon="pi pi-share-alt" label="Share" @click="toggle" />
|
||||||
|
|
||||||
<OverlayPanel ref="op" showCloseIcon>
|
<OverlayPanel ref="op">
|
||||||
<div class="flex flex-column gap-3 w-25rem">
|
<div class="flex flex-column gap-3 w-25rem">
|
||||||
<div>
|
<div>
|
||||||
<span class="font-medium text-900 block mb-2">Share this document</span>
|
<span class="font-medium text-900 block mb-2">Share this document</span>
|
||||||
|
|
Loading…
Reference in New Issue