Skip to Content
0
Former Member
Jul 19, 2016 at 04:42 PM

Popover in the footer.

228 Views

On click of a button a popover opens using fragmentation but its opening downwards and the content is not visible.I want that popover should open toward upside. How can I do it?

<footer>

<OverflowToolbar id="otbFooter">

<ToolbarSpacer/>

<OverflowToolbarButton text="Add" icon="sap-icon://add" press="popover" class="popover"/>

</OverflowToolbar>

</footer>